move SubmitMessageHistoryJob to test
This commit is contained in:
@ -12,6 +12,7 @@ import java.util.zip.GZIPOutputStream;
|
||||
/**
|
||||
* Simple helper class to submit data via HTTP Post
|
||||
*
|
||||
* @deprecated unused
|
||||
*/
|
||||
public class HTTPSendData {
|
||||
private final static Log _log = new Log(HTTPSendData.class);
|
||||
@ -87,4 +88,4 @@ public class HTTPSendData {
|
||||
} catch (InterruptedException ie) { // nop
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user