Skip to content

Commit 5804361

Browse files
author
lhwlyd
committed
removed TODO comments
1 parent 67a3b63 commit 5804361

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

src/actions/AddLazyJavaClassAction.java

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ public void performAction() {
3131

3232
@Override
3333
public void didFinishInput(Class input) {
34-
// TODO Auto-generated method stub
3534
ClassPaintComponent comp = new ClassPaintComponent(input,
3635
panel.getWidth() / 2, panel.getHeight() / 2);
3736
panel.addPaintComponent(comp);
@@ -53,13 +52,7 @@ public void redoAction() {
5352
panel.repaint();
5453
}
5554
} );
56-
57-
58-
59-
60-
61-
62-
55+
6356
}
6457

6558
@Override

0 commit comments

Comments
 (0)