Renamed clock API package and fixed a test.

This commit is contained in:
akwizgran
2012-09-07 12:47:05 +01:00
parent 2e2eba820d
commit 7a0e22d44c
13 changed files with 18 additions and 13 deletions

View File

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

View File

@@ -1,4 +1,4 @@
package net.sf.briar.clock;
package net.sf.briar.api.clock;
/** Default clock implementation. */
public class SystemClock implements Clock {