move SubmitMessageHistoryJob to test

This commit is contained in:
zzz
2009-12-22 15:02:28 +00:00
parent aaa5b4ca86
commit 08929752a6
3 changed files with 3 additions and 2 deletions

View File

@ -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
}
}
}
}