Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

decompile error #1

Open
zew13 opened this issue Feb 1, 2013 · 0 comments
Open

decompile error #1

zew13 opened this issue Feb 1, 2013 · 0 comments

Comments

@zew13
Copy link

zew13 commented Feb 1, 2013

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));
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant