Skip to content

Commit 06e7c34

Browse files
authored
Update README.md
1 parent e55d2e4 commit 06e7c34

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
@@ -119,4 +119,4 @@ class Main {
119119
}
120120
```
121121

122-
This will install OpenCV on the current system if the JNI bindings are available for it. If there aren't any JNI bindings, a `FileNotFoundException` will be thrown by the call to `Installer.installJni()` (you may wrap this in a `try-catch` block if you want to do something with this exception, such as logging it)
122+
This will install OpenCV on the current system if the JNI bindings are available for it. If there aren't any JNI bindings, an `IOException` will be thrown by the call to `Installer.installJni()` (you may wrap this in a `try-catch` block if you want to do something with this exception, such as logging it)

0 commit comments

Comments
 (0)