mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-06-12 00:55:42 +02:00
Renamed clock API package and fixed a test.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
package net.sf.briar.clock;
|
||||
package net.sf.briar.api.clock;
|
||||
|
||||
/**
|
||||
* An interface for time-related system functions that allows them to be
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
package net.sf.briar.clock;
|
||||
package net.sf.briar.api.clock;
|
||||
|
||||
/** Default clock implementation. */
|
||||
public class SystemClock implements Clock {
|
||||
Reference in New Issue
Block a user