Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Redundant return.
- Loading branch information
1 parent
a49d5b9
commit 55750c9dd89dabd67c37d20c28158e0244a4213a
Showing
1 changed file
with
0 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -586,7 +586,6 @@ public MethodVisitor visitMethod(final int access, final String name, final Stri | ||
mgen.returnValue(); | ||
mgen.endMethod(); | ||
} | ||
return null; | ||
} | ||
return null; | ||
} | ||