Merge branch 'master' of github.com:Parabot/Parabot

This commit is contained in:
JKetelaar
2014-12-15 01:03:53 +01:00
2 changed files with 2 additions and 3 deletions
@@ -1202,7 +1202,7 @@ public class CheckMethodAdapter extends MethodVisitor {
checkIdentifier(name, begin, slash, null);
begin = slash + 1;
} while (slash != max);
} catch (IllegalArgumentException _) {
} catch (IllegalArgumentException ignored) {
throw new IllegalArgumentException(
"Invalid "
+ msg
@@ -1280,7 +1280,7 @@ public class CheckMethodAdapter extends MethodVisitor {
}
try {
checkInternalName(desc, start + 1, index, null);
} catch (IllegalArgumentException _) {
} catch (IllegalArgumentException ignored) {
throw new IllegalArgumentException("Invalid descriptor: "
+ desc);
}
-1
View File
@@ -19,7 +19,6 @@ import java.io.IOException;
* @see <a href="http://www.parabot.org">Homepage</a>
*/
public final class Landing {
// forum account
private static String username;
private static String password;