mirror of https://github.com/rusefi/RomRaider.git
Initialize caseID to avoid null being displayed in ROM tree title.
This commit is contained in:
parent
1e100cfdc8
commit
cdb4ec9c65
|
@ -78,6 +78,7 @@ public class RomID implements Serializable {
|
|||
|
||||
public RomID() {
|
||||
this.internalIdString = "";
|
||||
this.caseId = "";
|
||||
}
|
||||
|
||||
public String getXmlid() {
|
||||
|
|
Loading…
Reference in New Issue