Skip to content

Commit 0d97fd1

Browse files
committed
Fix Java example
1 parent 384fc32 commit 0d97fd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ import org.opencv.core.Core;
111111
class Main {
112112

113113
static {
114-
Installer.setVersion(Core.VERSION);
114+
Installer.setOpenCvVersion(Core.VERSION);
115115
Installer.installJni();
116116
System.loadLibrary(Core.NATIVE_LIBRARY_NAME);
117117
}

0 commit comments

Comments
 (0)