DATAJPA-1248 - Polishing.

Removed obsolete code.

Original pull request: #245.
This commit is contained in:
Oliver Gierke
2018-02-15 16:04:00 +01:00
parent fee9b9276c
commit 04af1dd6e9

View File

@@ -281,16 +281,6 @@ public abstract class AbstractJpaQuery implements RepositoryQuery {
return new TupleBackedMap(tuple);
}
private static boolean isIndexAsString(String source) {
try {
Integer.parseInt(source);
return true;
} catch (NumberFormatException o_O) {
return false;
}
}
/**
* A {@link Map} implementation which delegates all calls to a {@link Tuple}. Depending on the provided
* {@link Tuple} implementation it might return the same value for various keys of which only one will appear in the