mirror of
https://github.com/peterdell/wudsn-ide.git
synced 2025-08-15 09:27:22 +00:00
Add toString for debug output
This commit is contained in:
@@ -207,4 +207,8 @@ public class PropertiesSerializer {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public String toString() {
|
||||||
|
return properties.toString();
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user