File tree Expand file tree Collapse file tree 2 files changed +2
-16
lines changed
opencv-java/src/com/codeferm/opencv Expand file tree Collapse file tree 2 files changed +2
-16
lines changed Original file line number Diff line number Diff line change 37
37
* @since 1.0.0
38
38
*/
39
39
public final class PeopleDetect {
40
- /**
41
- * Serializable class version number.
42
- */
43
- private static final long serialVersionUID = -3988850198352906351L ;
44
40
/**
45
41
* Logger.
46
42
*/
Original file line number Diff line number Diff line change 29
29
*
30
30
* Codec Container
31
31
* ===== =========
32
- * DIVX avi
33
- * XVID avi
32
+ * DIVX avi
33
+ * XVID avi
34
34
*
35
35
* @author sgoldsmith
36
36
* @version 1.0.0
37
37
* @since 1.0.0
38
38
*/
39
39
public final class Writer {
40
- /**
41
- * Serializable class version number.
42
- */
43
- private static final long serialVersionUID = -3988850198352906350L ;
44
40
/**
45
41
* Logger.
46
42
*/
@@ -53,12 +49,6 @@ public final class Writer {
53
49
System .loadLibrary (Core .NATIVE_LIBRARY_NAME );
54
50
}
55
51
56
- /**
57
- * Private constructor prevents instantiation by untrusted callers.
58
- */
59
- private Writer () {
60
- }
61
-
62
52
/**
63
53
* Main method.
64
54
*
You can’t perform that action at this time.
0 commit comments