naming fixes

This commit is contained in:
Gavriil Sitnikov 2017-03-09 17:24:41 +03:00
parent afd0ff1998
commit 5cb54b1e02
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ public final class LoganSquarePreferences {
@Nullable
@Override
@SuppressWarnings("unchecked")
public TJsonObject toObject(@NonNull final Type jsonObjectClass, @NonNull final Type stringClass, @Nullable final String storeValue) {
public TJsonObject toObject(@NonNull final Type jsonObjectClass, @NonNull final Type storeObjectType, @Nullable final String storeValue) {
if (storeValue == null) {
return null;
}