This commit is contained in:
Alastair 2017-07-14 12:00:52 +01:00
parent 3551066e21
commit fc4e94bcd3
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@ public class PortalArg {
public final String argName;
public final String value;
//public final int type;
public PortalArg(String argName, String value/*, int type*/) {
this.argName = argName;