Skip to content

Commit 87e602a

Browse files
committed
Remove listing of enum values (#396)
- shorten description and use plural
1 parent f54e3fe commit 87e602a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

metafacture-triples/src/main/java/org/metafacture/triples/AbstractTripleSort.java

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,14 @@
3939
public abstract class AbstractTripleSort extends DefaultObjectPipe<Triple, ObjectReceiver<Triple>> implements MemoryWarningSystem.Listener {
4040

4141
/**
42-
* Specifies the comparator. Can be one of {@link #SUBJECT}, {@link #PREDICATE},
43-
* {@link #OBJECT}, {@link #ALL}.
42+
* The comparator.
4443
*/
4544
public enum Compare {
4645
SUBJECT, PREDICATE, OBJECT, ALL
4746
}
4847

4948
/**
50-
* Specifies the sort order.Can be one of {@link #INCREASING},
51-
* {@link #DECREASING}.
49+
* The sort order.
5250
*/
5351
public enum Order {
5452
INCREASING {

0 commit comments

Comments
 (0)