Skip to content
Snippets Groups Projects
Commit ce4c39d9 authored by Tobias Pietzsch's avatar Tobias Pietzsch
Browse files

remove unnecessary @SuppressWarnings( "unchecked" )

parent 96dc456e
No related branches found
No related tags found
No related merge requests found
......@@ -288,7 +288,6 @@ public class CropDialog extends JDialog
* @param hdf5File
* @param xmlFile
*/
@SuppressWarnings( "unchecked" )
public void cropGlobal( final int minTimepointIndex, final int maxTimepointIndex, final File hdf5File, final File xmlFile ) throws SpimDataException
{
final AffineTransform3D globalToCropTransform = new AffineTransform3D();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment