fix again

This commit is contained in:
Alastair 2017-07-14 15:03:27 +01:00
parent b7463fa8b3
commit e4f38f50a0
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ public class PortalArg {
public final String argName;
public final String value;
public PortalArg(Stsring argName, String value/*, int type*/) {
public PortalArg(String argName, String value/*, int type*/) {
this.argName = argName;
this.value = value;
// may be used if values need to be 100% not string