mirror of
https://github.com/peterdell/wudsn-ide.git
synced 2025-03-11 11:31:41 +00:00
Add toString for debug output
This commit is contained in:
parent
60e50afac7
commit
083a23d4e1
@ -206,5 +206,9 @@ public class PropertiesSerializer {
|
|||||||
setProperty(prefix + valueKey, valueProperties.getProperty(valueKey));
|
setProperty(prefix + valueKey, valueProperties.getProperty(valueKey));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public String toString() {
|
||||||
|
return properties.toString();
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user