Skip to content

Commit

Permalink
missed in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
vonnieda committed Oct 4, 2015
1 parent 87eae38 commit 77277b9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/test/java/VisionUtilsTest.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import java.awt.image.BufferedImage;
import java.io.IOException;

import javax.swing.Action;
import javax.swing.Icon;
Expand Down Expand Up @@ -177,5 +178,13 @@ public Icon getPropertySheetHolderIcon() {
// TODO Auto-generated method stub
return null;
}

@Override
public void close() throws IOException {
// TODO Auto-generated method stub

}


}
}

0 comments on commit 77277b9

Please sign in to comment.