Skip to content

Commit

Permalink
Merge pull request #7 from treo/patch-1
Browse files Browse the repository at this point in the history
Change nodeByparameter to nodeByParameter
  • Loading branch information
rickardoberg committed Jul 10, 2012
2 parents 2f5ccf5 + 33b7565 commit 6ecbe0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/neo4j/cypherdsl/CypherQuery.java
Original file line number Diff line number Diff line change
Expand Up @@ -566,7 +566,7 @@ public static StartExpression.StartNodes nodeByParameter( String name, String pa
* @param parameter
* @return
*/
public static StartExpression.StartNodes nodeByparameter( Identifier name, String parameter )
public static StartExpression.StartNodes nodeByParameter( Identifier name, String parameter )
{
checkEmpty( name, "Name" );
checkEmpty( parameter, "Parameters" );
Expand Down

0 comments on commit 6ecbe0d

Please sign in to comment.