mirror of
https://github.com/peterdell/wudsn-ide.git
synced 2024-12-21 18:29:40 +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));
|
||||
}
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
return properties.toString();
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user