Skip to content

Commit 2d2b312

Browse files
committed
Removed private constructor
1 parent 0694d60 commit 2d2b312

File tree

2 files changed

+2
-16
lines changed

2 files changed

+2
-16
lines changed

opencv-java/src/com/codeferm/opencv/PeopleDetect.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@
3737
* @since 1.0.0
3838
*/
3939
public final class PeopleDetect {
40-
/**
41-
* Serializable class version number.
42-
*/
43-
private static final long serialVersionUID = -3988850198352906351L;
4440
/**
4541
* Logger.
4642
*/

opencv-java/src/com/codeferm/opencv/Writer.java

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -29,18 +29,14 @@
2929
*
3030
* Codec Container
3131
* ===== =========
32-
* DIVX avi
33-
* XVID avi
32+
* DIVX avi
33+
* XVID avi
3434
*
3535
* @author sgoldsmith
3636
* @version 1.0.0
3737
* @since 1.0.0
3838
*/
3939
public final class Writer {
40-
/**
41-
* Serializable class version number.
42-
*/
43-
private static final long serialVersionUID = -3988850198352906350L;
4440
/**
4541
* Logger.
4642
*/
@@ -53,12 +49,6 @@ public final class Writer {
5349
System.loadLibrary(Core.NATIVE_LIBRARY_NAME);
5450
}
5551

56-
/**
57-
* Private constructor prevents instantiation by untrusted callers.
58-
*/
59-
private Writer() {
60-
}
61-
6252
/**
6353
* Main method.
6454
*

0 commit comments

Comments
 (0)