File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
metafacture-triples/src/main/java/org/metafacture/triples Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 36
36
@ FluxCommand ("count-triples" )
37
37
public final class TripleCount extends AbstractTripleSort {
38
38
39
- public static final String DEFAULT_COUNTP_REDICATE = "count" ;
39
+ public static final String DEFAULT_COUNT_PREDICATE = "count" ;
40
+
41
+ @ Deprecated /*(since="5.3", forRemoval=true)*/
42
+ public static final String DEFAULT_COUNTP_REDICATE = DEFAULT_COUNT_PREDICATE ;
40
43
41
44
private static final Triple INIT = new Triple ("" , "" , "" );
42
45
43
46
private Triple current = INIT ;
44
47
private int count ;
45
- private String countPredicate = DEFAULT_COUNTP_REDICATE ;
48
+ private String countPredicate = DEFAULT_COUNT_PREDICATE ;
46
49
private Comparator <Triple > comparator ;
47
50
48
51
/**
You can’t perform that action at this time.
0 commit comments