Unverified Commit 7d759909 authored by Pavitra Golchha's avatar Pavitra Golchha Committed by GitHub

Remove a redundant semicolon (#2119)

parent 1bbfcd03
......@@ -500,7 +500,7 @@ class ComponentDatabase implements ComponentDatabaseInterface {
private void fireResetDatabase() {
for (ComponentDatabaseChangeListener listener : copyComponentDatbaseChangeListeners()) {
listener.onResetDatabase();;
listener.onResetDatabase();
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment