java: remove unnecessary semi-colons

Change-Id: Ibeeefc6e6ee8f7bed97a02f569f239ff035d38c4
This commit is contained in:
Noel Grandin
2014-08-05 12:15:21 +02:00
parent d07539ea5e
commit b58c053fed
49 changed files with 57 additions and 57 deletions

View File

@@ -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 )