DATAJPA-1301 - Polishing.
Reduce visibility of constant in TupleBackedMap. Original pull request: #262.
This commit is contained in:
@@ -325,7 +325,8 @@ public abstract class AbstractJpaQuery implements RepositoryQuery {
|
||||
*/
|
||||
private static class TupleBackedMap implements Map<String, Object> {
|
||||
|
||||
public static final String UNMODIFIABLE_MESSAGE = "A TupleBackedMap cannot be modified.";
|
||||
private static final String UNMODIFIABLE_MESSAGE = "A TupleBackedMap cannot be modified.";
|
||||
|
||||
private final Tuple tuple;
|
||||
|
||||
TupleBackedMap(Tuple tuple) {
|
||||
|
||||
Reference in New Issue
Block a user