Skip to content

Commit

Permalink
minor formatting cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
eugenp committed Jan 1, 2015
1 parent fc6d552 commit 560d670
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package org.baeldung.jackson.bidirection;


public class Item {
public int id;
public String itemName;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package org.baeldung.jackson.bidirection;


public class ItemWithIgnore {
public int id;
public String itemName;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package org.baeldung.jackson.bidirection;


public class ItemWithSerializer {
public int id;
public String itemName;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,4 +116,3 @@ public void givenBidirectionRelation_whenUseCustomDeserializer_thenCorrect() thr
}

}

0 comments on commit 560d670

Please sign in to comment.