mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +00:00
fixed tostring
This commit is contained in:
@ -140,10 +140,6 @@ public class AdHocScriptCodeReference extends QCodeReference
|
||||
@Override
|
||||
public String toString()
|
||||
{
|
||||
return "AdHocScriptCodeReference{" +
|
||||
"scriptId=" + scriptId +
|
||||
", scriptRevisionId=" + scriptRevisionId +
|
||||
", scriptRevisionRecord=" + scriptRevisionRecord +
|
||||
'}';
|
||||
return "AdHocScriptCodeReference{scriptId=" + scriptId + ", scriptRevisionId=" + scriptRevisionId + ", scriptRevisionRecord=" + scriptRevisionRecord + '}';
|
||||
}
|
||||
}
|
||||
|
@ -176,11 +176,7 @@ public class AssociatedScriptCodeReference extends QCodeReference
|
||||
@Override
|
||||
public String toString()
|
||||
{
|
||||
return "AssociatedScriptCodeReference{" +
|
||||
"recordTable='" + recordTable + '\'' +
|
||||
", recordPrimaryKey=" + recordPrimaryKey +
|
||||
", fieldName='" + fieldName + '\'' +
|
||||
'}';
|
||||
return "AssociatedScriptCodeReference{recordTable='" + recordTable + '\'' + ", recordPrimaryKey=" + recordPrimaryKey + ", fieldName='" + fieldName + '\'' + '}';
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user