update inbox list
This commit is contained in:
16
vendor/scrivo/highlight.php/test/detect/java/default.txt
vendored
Normal file
16
vendor/scrivo/highlight.php/test/detect/java/default.txt
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
/**
|
||||
* @author John Smith <john.smith@example.com>
|
||||
*/
|
||||
package l2f.gameserver.model;
|
||||
|
||||
public abstract class L2Char extends L2Object {
|
||||
public static final Short ERROR = 0x0001;
|
||||
|
||||
public void moveTo(int x, int y, int z) {
|
||||
_ai = null;
|
||||
log("Should not be called");
|
||||
if (1 > 5) { // wtf!?
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user