mirror of
https://github.com/torproject/collector.git
synced 2024-11-23 09:29:46 +00:00
Fix two JavaDocs issues with package-info.java.
This commit is contained in:
parent
7338d79d1a
commit
3bbc4db433
@ -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;
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user