Skip to content

Commit 8ae4d2b

Browse files
committed
Minor comment fix
1 parent 668f503 commit 8ae4d2b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/main/java/fr/inria/corese/core/next/query/impl/parser/SparqlAstBuilder.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,9 @@ public final class SparqlAstBuilder {
7474
*/
7575
private Long limit;
7676
private Long offset;
77+
7778
/**
78-
* Order expression
79+
* Order conditions
7980
*/
8081
private final List<OrderConditionAst> orderConditions = new ArrayList<>();
8182

0 commit comments

Comments
 (0)