diff --git a/pom.xml b/pom.xml index 9b3e6dbbf7365..1a77bae85cecd 100644 --- a/pom.xml +++ b/pom.xml @@ -656,7 +656,7 @@ Maven module has to be in a "groupId" beginning with "org.neo4j" - String s = "${project.groupId}"; s.startsWith("org.neo4j") + {String s = "${project.groupId}"; s.startsWith("org.neo4j");} You are not allowed to have classes in "com" package