mirror of
https://github.com/peterdell/wudsn-ide.git
synced 2025-08-05 03:27:49 +00:00
Add toString for debug output
This commit is contained in:
@@ -206,5 +206,9 @@ public class PropertiesSerializer {
|
||||
setProperty(prefix + valueKey, valueProperties.getProperty(valueKey));
|
||||
}
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
return properties.toString();
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user