java: remove redundant declaration of java.lang package

This commit is contained in:
Ahmed Ashour
2019-05-23 09:20:32 +02:00
parent def8fa2248
commit f3319f6140
5 changed files with 91 additions and 93 deletions
@@ -1,7 +1,5 @@
package org.opencv.imgproc;
import java.lang.Math;
//javadoc:Moments
public class Moments {