-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
I decompile instargram
public static boolean isNullOrEmpty(String paramString)
{
if ((paramString == null) || (paramString.length() == 0));
for (int i = 1; ; i = 0)
return i;
}
i think , this should
public static boolean isNullOrEmpty(String paramString)
{
return ((paramString == null) || (paramString.length() == 0));
}
Metadata
Metadata
Assignees
Labels
No labels