summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/Config
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-08-05 12:15:21 +0200
committerNoel Grandin <noel@peralex.com>2014-08-08 09:48:18 +0200
commitb58c053fed3c7e2e1e6a4195254e639976a3a809 (patch)
tree9a7b7f6ed06ee9dc53b6b501112a1fe520e4fccb /odk/examples/DevelopersGuide/Config
parentd07539ea5e7c2d99e9cc58a00726ecebe56cf018 (diff)
java: remove unnecessary semi-colons
Change-Id: Ibeeefc6e6ee8f7bed97a02f569f239ff035d38c4
Diffstat (limited to 'odk/examples/DevelopersGuide/Config')
-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 )