We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac0d3ba commit c9753bbCopy full SHA for c9753bb
xstream-java-xml/src/main/java/com/hmkcode/App.java
@@ -26,7 +26,7 @@ public static void main( String[] args )
26
27
System.out.println("\n--------------------------------\n");
28
29
- // OBJECT --> XML
+ // XML --> OBJECT
30
Article article = (Article) xs.fromXML(xml);
31
32
System.out.println("XML --> OBJECT");
0 commit comments