Fix as Linux complained if internalStringId was not initialized in ROMID class

This commit is contained in:
Dale Schultz 2012-11-14 18:44:37 -05:00
parent f3a06269b7
commit b3d1470a5f
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ public class RomID implements Serializable {
}
public RomID() {
this.internalIdString = "";
}
public String getXmlid() {