Skip to content

Commit 1aec55b

Browse files
committed
Remove unsupported Javadoc tag
1 parent d8ca817 commit 1aec55b

File tree

1 file changed

+2
-2
lines changed
  • uniqueid-core/src/main/java/org/lable/oss/uniqueid

1 file changed

+2
-2
lines changed

uniqueid-core/src/main/java/org/lable/oss/uniqueid/Clock.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717

1818
/**
1919
* Abstraction for the clock implementation. This allows for use of this library in deterministic systems and tests.
20-
*
21-
* @implNote Clocks should at a minimum progress once every millisecond.
20+
* <p>
21+
* Implementation note: clocks should at a minimum progress once every millisecond.
2222
*/
2323
@FunctionalInterface
2424
public interface Clock {

0 commit comments

Comments
 (0)