mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-07 16:49:10 +00:00
Merge branch 'master' of github.com:Parabot/Parabot
This commit is contained in:
@@ -1202,7 +1202,7 @@ public class CheckMethodAdapter extends MethodVisitor {
|
|||||||
checkIdentifier(name, begin, slash, null);
|
checkIdentifier(name, begin, slash, null);
|
||||||
begin = slash + 1;
|
begin = slash + 1;
|
||||||
} while (slash != max);
|
} while (slash != max);
|
||||||
} catch (IllegalArgumentException _) {
|
} catch (IllegalArgumentException ignored) {
|
||||||
throw new IllegalArgumentException(
|
throw new IllegalArgumentException(
|
||||||
"Invalid "
|
"Invalid "
|
||||||
+ msg
|
+ msg
|
||||||
@@ -1280,7 +1280,7 @@ public class CheckMethodAdapter extends MethodVisitor {
|
|||||||
}
|
}
|
||||||
try {
|
try {
|
||||||
checkInternalName(desc, start + 1, index, null);
|
checkInternalName(desc, start + 1, index, null);
|
||||||
} catch (IllegalArgumentException _) {
|
} catch (IllegalArgumentException ignored) {
|
||||||
throw new IllegalArgumentException("Invalid descriptor: "
|
throw new IllegalArgumentException("Invalid descriptor: "
|
||||||
+ desc);
|
+ desc);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -19,7 +19,6 @@ import java.io.IOException;
|
|||||||
* @see <a href="http://www.parabot.org">Homepage</a>
|
* @see <a href="http://www.parabot.org">Homepage</a>
|
||||||
*/
|
*/
|
||||||
public final class Landing {
|
public final class Landing {
|
||||||
// forum account
|
|
||||||
private static String username;
|
private static String username;
|
||||||
private static String password;
|
private static String password;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user