Skip to content

Commit c9753bb

Browse files
committed
update comment
update comment
1 parent ac0d3ba commit c9753bb

File tree

1 file changed

+1
-1
lines changed
  • xstream-java-xml/src/main/java/com/hmkcode

1 file changed

+1
-1
lines changed

xstream-java-xml/src/main/java/com/hmkcode/App.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public static void main( String[] args )
2626

2727
System.out.println("\n--------------------------------\n");
2828

29-
// OBJECT --> XML
29+
// XML --> OBJECT
3030
Article article = (Article) xs.fromXML(xml);
3131

3232
System.out.println("XML --> OBJECT");

0 commit comments

Comments
 (0)