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.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/odk/examples/DevelopersGuide/Config/ConfigExamples.java b/odk/examples/DevelopersGuide/Config/ConfigExamples.java
index 37debea990ff..d7c5792176e0 100644
--- a/odk/examples/DevelopersGuide/Config/ConfigExamples.java
+++ b/odk/examples/DevelopersGuide/Config/ConfigExamples.java
@@ -371,7 +371,7 @@ public class ConfigExamples
aBuffer.append(" ]");
return aBuffer.toString();
}
- };
+ }
/// This method reads information about grid settings
protected GridOptions readGridConfiguration()
@@ -440,7 +440,7 @@ public class ConfigExamples
public abstract void processValueElement( String sPath_, Object aValue_ );
/// process a structural item
public abstract void processStructuralElement( String sPath_, XInterface xElement_);
- };
+ }
/// Internal method to recursively browse a structural element in preorder
public void browseElementRecursively( XInterface xElement, IConfigurationProcessor aProcessor )