From 6e0f7eca3d17bfd13768a5c4d5a754b4b45c41b5 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 4 Jun 2018 23:55:22 +0200 Subject: Fixing the snippet for the reworked FieldNameConstants --- .../usageExamples/experimental/FieldNameConstantsExample_post.jpage | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'website') diff --git a/website/usageExamples/experimental/FieldNameConstantsExample_post.jpage b/website/usageExamples/experimental/FieldNameConstantsExample_post.jpage index 6300ed0e..67d89891 100644 --- a/website/usageExamples/experimental/FieldNameConstantsExample_post.jpage +++ b/website/usageExamples/experimental/FieldNameConstantsExample_post.jpage @@ -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; -- cgit