Author: frm
Date: Wed Sep 20 08:15:52 2017
New Revision: 1808972
URL: http://svn.apache.org/viewvc?rev=1808972&view=rev
Log:
Fix Javadoc in FileStore.CompactionResult
Modified:
jackrabbit/oak/trunk/oak-segment-tar/src/main/java/org/apache/jackrabbit/oak/segment/file/FileStore.java
Modified:
jackrabbit/oak/trunk/oak-segment-tar/src/main/java/org/apache/jackrabbit/oak/segment/file/FileStore.java
URL:
http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-segment-tar/src/main/java/org/apache/jackrabbit/oak/segment/file/FileStore.java?rev=1808972&r1=1808971&r2=1808972&view=diff
==============================================================================
---
jackrabbit/oak/trunk/oak-segment-tar/src/main/java/org/apache/jackrabbit/oak/segment/file/FileStore.java
(original)
+++
jackrabbit/oak/trunk/oak-segment-tar/src/main/java/org/apache/jackrabbit/oak/segment/file/FileStore.java
Wed Sep 20 08:15:52 2017
@@ -1137,9 +1137,10 @@ public class FileStore extends AbstractF
}
/**
- * Instances of this class represent the result from a compaction.
- * Either {@link #succeeded(GCGeneration, SegmentGCOptions, RecordId)
succeeded},
- * {@link #aborted(GCGeneration, GCGeneration) aborted} or {@link
#skipped(GCGeneration, SegmentGCOptions) skipped}.
+ * Instances of this class represent the result from a compaction. Either
+ * {@link #succeeded(GCGeneration, SegmentGCOptions, RecordId) succeeded},
+ * {@link #aborted(GCGeneration, GCGeneration) aborted} or {@link
+ * #skipped(GCGeneration, SegmentGCOptions, RecordId)} skipped}.
*/
private abstract static class CompactionResult {
@Nonnull