mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01: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,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