Code clean-up.

This commit is contained in:
Harald Kuhr 2015-04-08 16:15:25 +02:00
parent c2f93b2d3f
commit e61f6f6d7b

View File

@ -497,11 +497,6 @@ public abstract class ImageReaderBase extends ImageReader {
return false;
}
@Override
protected void exportDone(JComponent source, Transferable data, int action) {
super.exportDone(source, data, action);
}
});
}