Java cleanup - remove unnecessary semi-colons

Change-Id: I20a79d3d8f71dc48fc2662563f9c890dd3d94aac
This commit is contained in:
Noel Grandin
2012-08-21 08:35:58 +02:00
committed by Stephan Bergmann
parent e09953e84a
commit 2caf5d1937
129 changed files with 118 additions and 160 deletions

View File

@@ -235,4 +235,4 @@ class GlyphGutter extends JComponent {
g.setColor(Color.black);
g.drawPolygon(arrow);
}
};
}