I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 08929752 authored by zzz's avatar zzz
Browse files

move SubmitMessageHistoryJob to test

parent aaa5b4ca
No related branches found
No related tags found
No related merge requests found
...@@ -12,6 +12,7 @@ import java.util.zip.GZIPOutputStream; ...@@ -12,6 +12,7 @@ import java.util.zip.GZIPOutputStream;
/** /**
* Simple helper class to submit data via HTTP Post * Simple helper class to submit data via HTTP Post
* *
* @deprecated unused
*/ */
public class HTTPSendData { public class HTTPSendData {
private final static Log _log = new Log(HTTPSendData.class); private final static Log _log = new Log(HTTPSendData.class);
...@@ -87,4 +88,4 @@ public class HTTPSendData { ...@@ -87,4 +88,4 @@ public class HTTPSendData {
} catch (InterruptedException ie) { // nop } catch (InterruptedException ie) { // nop
} }
} }
} }
\ No newline at end of file
...@@ -33,7 +33,7 @@ public class MessageHistory { ...@@ -33,7 +33,7 @@ public class MessageHistory {
private boolean _doPause; // true == briefly stop writing data to the log (used while submitting it) private boolean _doPause; // true == briefly stop writing data to the log (used while submitting it)
private ReinitializeJob _reinitializeJob; private ReinitializeJob _reinitializeJob;
private WriteJob _writeJob; private WriteJob _writeJob;
private SubmitMessageHistoryJob _submitMessageHistoryJob; //private SubmitMessageHistoryJob _submitMessageHistoryJob;
private volatile boolean _firstPass; private volatile boolean _firstPass;
private final static byte[] NL = System.getProperty("line.separator").getBytes(); private final static byte[] NL = System.getProperty("line.separator").getBytes();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment