break building test

This commit is contained in:
Alastair 2017-07-14 14:57:54 +01:00
parent d49f2ff976
commit 9d21bc3fc0
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(String argName, String value/*, int type*/) {
public PortalArg(Stsring argName, String value/*, int type*/) {
this.argName = argName;
this.value = value;
// may be used if values need to be 100% not string