mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-01 02:46:41 +00:00
And these stubs
This commit is contained in:
@ -72,9 +72,5 @@ public class For extends Node {
|
||||
this.body = this.body.bindVariables(expression, false);
|
||||
return this;
|
||||
}
|
||||
|
||||
public static Class<For> inject() {
|
||||
return For.class;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -100,8 +100,4 @@ public class SimpleFor extends Node {
|
||||
|
||||
return this;
|
||||
}
|
||||
|
||||
public static Class<SimpleFor> inject() {
|
||||
return SimpleFor.class;
|
||||
}
|
||||
}
|
||||
|
@ -129,8 +129,4 @@ public class While extends Node {
|
||||
|
||||
return this;
|
||||
}
|
||||
|
||||
public static Class<While> inject() {
|
||||
return While.class;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user