mirror of
https://github.com/zxing/zxing.git
synced 2024-11-09 20:44:03 -08:00
Fix javadoc 8 error
This commit is contained in:
parent
3ef50066db
commit
c02bf4ca8e
|
@ -26,7 +26,7 @@ public final class OpenCameraInterface {
|
|||
private OpenCameraInterface() {
|
||||
}
|
||||
|
||||
/** For {@link #open(int), means no preference for which camera to open. */
|
||||
/** For {@link #open(int)}, means no preference for which camera to open. */
|
||||
public static final int NO_REQUESTED_CAMERA = -1;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue