Skip to content

Commit

Permalink
Added support for "as", "coalesce"
Browse files Browse the repository at this point in the history
  • Loading branch information
Rickard Öberg committed Dec 1, 2011
1 parent 1b02ca6 commit a147641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/neo4j/cypherdsl/CypherQuery.java
Expand Up @@ -184,7 +184,7 @@ protected ReturnExpression.ReturnProperties properties( String... names )

protected ReturnExpression.ReturnPaths paths( String... names )
{
return ReturnExpression.paths( names );
return ReturnExpression.paths(names );
}

protected ReturnExpression.ReturnAggregate count()
Expand Down

0 comments on commit a147641

Please sign in to comment.