Skip to content

Commit c7dfd21

Browse files
committed
DATAES-228 - clean up
1 parent 2b60128 commit c7dfd21

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/main/java/org/springframework/data/elasticsearch/core/ElasticsearchTemplate.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1162,10 +1162,6 @@ protected ResultsMapper getResultsMapper() {
11621162
return resultsMapper;
11631163
}
11641164

1165-
private boolean isDocument(Class clazz) {
1166-
return clazz.isAnnotationPresent(Document.class);
1167-
}
1168-
11691165
public static String readFileFromClasspath(String url) {
11701166
StringBuilder stringBuilder = new StringBuilder();
11711167

0 commit comments

Comments
 (0)