summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/Config/ConfigExamples.java
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/DevelopersGuide/Config/ConfigExamples.java')
-rw-r--r--odk/examples/DevelopersGuide/Config/ConfigExamples.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/DevelopersGuide/Config/ConfigExamples.java b/odk/examples/DevelopersGuide/Config/ConfigExamples.java
index 0ca89aaacc10..97bac07e7ccd 100644
--- a/odk/examples/DevelopersGuide/Config/ConfigExamples.java
+++ b/odk/examples/DevelopersGuide/Config/ConfigExamples.java
@@ -102,7 +102,7 @@ public class ConfigExamples
else
System.out.println( "ERROR: Cannot connect - no remote component context available." );
- // Create an instance of the class and call it's run method
+ // Create an instance of the class and call its run method
ConfigExamples aExample = new ConfigExamples(xContext);
aExample.run( );