forked from I2P_Developers/i2p.i2p
finished core
This commit is contained in:
@@ -328,6 +328,7 @@ public class NtpMessage {
|
||||
/**
|
||||
* Returns a string representation of a NtpMessage
|
||||
*/
|
||||
@Override
|
||||
public String toString() {
|
||||
String precisionStr = new DecimalFormat("0.#E0").format(Math.pow(2, precision));
|
||||
|
||||
|
||||
@@ -110,6 +110,7 @@ public class Timestamper implements Runnable {
|
||||
} catch (InterruptedException ie) {}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void run() {
|
||||
try { Thread.sleep(1000); } catch (InterruptedException ie) {}
|
||||
_log = _context.logManager().getLog(Timestamper.class);
|
||||
|
||||
Reference in New Issue
Block a user