summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/Forms/GridFieldValidator.java
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/DevelopersGuide/Forms/GridFieldValidator.java')
-rw-r--r--odk/examples/DevelopersGuide/Forms/GridFieldValidator.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/odk/examples/DevelopersGuide/Forms/GridFieldValidator.java b/odk/examples/DevelopersGuide/Forms/GridFieldValidator.java
index aa5a63d65e6e..2a3d92466923 100644
--- a/odk/examples/DevelopersGuide/Forms/GridFieldValidator.java
+++ b/odk/examples/DevelopersGuide/Forms/GridFieldValidator.java
@@ -95,9 +95,9 @@ class GridFieldValidator implements XUpdateListener
sMessage += "\" is not allowed to contain empty strings.";
SQLContext aError = new SQLContext(
- new String( "Invalid Value Entered" ),
+ "Invalid Value Entered",
null,
- new String( "S1000" ),
+ "S1000",
0,
new Any( new Type(), null ),
sMessage