mirror of
https://github.com/peterdell/wudsn-ide.git
synced 2024-12-22 09:29:44 +00:00
Add toString for debug output
This commit is contained in:
parent
60e50afac7
commit
083a23d4e1
@ -207,4 +207,8 @@ public class PropertiesSerializer {
|
||||
}
|
||||
}
|
||||
|
||||
public String toString() {
|
||||
return properties.toString();
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user