Polish
This commit is contained in:
@@ -34,8 +34,8 @@ public class ExampleService {
|
||||
this.neo4jTemplate = neo4jTemplate;
|
||||
}
|
||||
|
||||
public boolean hasNode(Class<?> clazz) {
|
||||
return this.neo4jTemplate.count(clazz) == 1;
|
||||
public boolean hasNode(Class<?> type) {
|
||||
return this.neo4jTemplate.count(type) == 1;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user