Skip to content

Commit 6f07b3b

Browse files
committed
Use plural in enum description (#396)
Complements 87e602a.
1 parent 3b8289e commit 6f07b3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

4141
/**
42-
* The comparator.
42+
* The comparators.
4343
*/
4444
public enum Compare {
4545
SUBJECT, PREDICATE, OBJECT, ALL
4646
}
4747

4848
/**
49-
* The sort order.
49+
* The sort orders.
5050
*/
5151
public enum Order {
5252
INCREASING {

0 commit comments

Comments
 (0)