Fix two JavaDocs issues with package-info.java.

This commit is contained in:
Karsten Loesing 2019-11-20 11:53:11 +01:00
parent 7338d79d1a
commit 3bbc4db433
2 changed files with 4 additions and 5 deletions

View File

@ -1,11 +1,11 @@
/* Copyright 2016--2018 The Tor Project
* See LICENSE for licensing information */
package org.torproject.metrics.collector.persist;
/** This package containes decorating classes for descriptors that
/** This package contains decorating classes for descriptors that
* simply determine the two storage paths based on the descriptor
* and further parameters like acquisition time.
* <p>All special persistence classes extend
* {@code DescriptorPersistence}.</p>
*/
package org.torproject.metrics.collector.persist;

View File

@ -1,8 +1,6 @@
/* Copyright 2016--2018 The Tor Project
* See LICENSE for licensing information */
package org.torproject.metrics.collector.sync;
/** This package coordinates syncing and merging the fetched data.
* <p>The central class for this process is {@code SyncManager}, which
* coordinates download from other instances and merging the new data
@ -10,4 +8,5 @@ package org.torproject.metrics.collector.sync;
* <p>Storing data to the file system is facilitated by
* {@code SyncPersistence}.</p>
*/
package org.torproject.metrics.collector.sync;