mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -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() {
|
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;
|
public static final int NO_REQUESTED_CAMERA = -1;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue