Add toString for debug output

This commit is contained in:
Peter Dell 2022-08-29 09:49:37 +02:00
parent 60e50afac7
commit 083a23d4e1

View File

@ -207,4 +207,8 @@ public class PropertiesSerializer {
}
}
public String toString() {
return properties.toString();
}
}