Skip to content

Commit

Permalink
BeanMembersShouldSerialize
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebin George authored and Sebin George committed Mar 17, 2016
1 parent 4cedfe1 commit a1db2fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/org/takes/tk/TkProxyTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ public final class TkProxyTest {
/**
* Http method.
*/
private String method;
private final transient String method;

/**
* Expected test result.
*/
private String expected;
private final transient String expected;

/**
* Constructor.
Expand Down

0 comments on commit a1db2fd

Please sign in to comment.