Subversion Repository Public Repository

litesoft

Diff Revisions 810 vs 811 for /trunk/Java/GWT/Client/src/org/litesoft/GWT/client/localstorage/LocalStorageImpl.java

Diff revisions: vs.
  @@ -173,7 +173,7 @@
173 173 {
174 174 return normalize( (String) pKey );
175 175 }
176 - throw new IllegalArgumentException( "Key not a String, but a: " + UtilsCommon.justSimpleName( pKey ) );
176 + throw new IllegalArgumentException( "Key not a String, but a: " + Objects.justSimpleName( pKey ) );
177 177 }
178 178
179 179 private String normalize( String pKey )