1
0
mirror of https://github.com/google/nomulus synced 2026-02-04 03:52:33 +00:00

Add a task to compile javadoc across all packages (#597)

Also fixes various issues that prevent javadoc compliation.
This commit is contained in:
Lai Jiang
2020-05-27 10:33:46 -04:00
committed by GitHub
parent d87f119b36
commit bd443633f6
71 changed files with 236 additions and 249 deletions

View File

@@ -21,7 +21,6 @@ import org.joda.time.ReadableDuration;
* An object which accepts requests to put the current thread to sleep.
*
* @see SystemSleeper
* @see google.registry.testing.FakeSleeper
*/
@ThreadSafe
public interface Sleeper {