Removed some warnings
This commit is contained in:
parent
a2b6be1f35
commit
2540df2959
3 changed files with 4 additions and 3 deletions
|
|
@ -52,7 +52,7 @@ import zutil.image.filters.ResizeImage;
|
|||
import zutil.image.filters.SobelEdgeDetectionFilter;
|
||||
import zutil.image.filters.SpotLightFilter;
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
@SuppressWarnings({ "unused", "rawtypes" })
|
||||
public class ImageProcessorTest implements ProgressListener{
|
||||
private static String imgPath = "test.gif";
|
||||
//private static String imgPath = "test2.jpg";
|
||||
|
|
@ -65,6 +65,7 @@ public class ImageProcessorTest implements ProgressListener{
|
|||
new ImageProcessorTest();
|
||||
}
|
||||
|
||||
@SuppressWarnings("unchecked")
|
||||
public ImageProcessorTest(){
|
||||
JFrame frame = getJFrame();
|
||||
BufferedImage img = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue