Skip to content

Commit

Permalink
Fixing the snippet for the reworked FieldNameConstants
Browse files Browse the repository at this point in the history
  • Loading branch information
rzwitserloot committed Jun 4, 2018
1 parent a0b901c commit 6e0f7ec
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
public class FieldNameConstantsExample {
public static final String I_AM_A_FIELD = "iAmAField";
static final String AND_SO_AM_I = "andSoAmI";
public static final String FIELD_I_AM_A_FIELD = "iAmAField";
static final String FIELD_AND_SO_AM_I = "andSoAmI";

private final String iAmAField;
private final int andSoAmI;
Expand Down

0 comments on commit 6e0f7ec

Please sign in to comment.