mirror of
https://github.com/zxing/zxing.git
synced 2025-02-02 05:41:08 -08:00
Indentation wtf
This commit is contained in:
parent
f80645c110
commit
5c840a5001
|
@ -81,9 +81,9 @@ public final class Intents {
|
||||||
*/
|
*/
|
||||||
public static final String FORMATS = "SCAN_FORMATS";
|
public static final String FORMATS = "SCAN_FORMATS";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Optional parameter to specify the id of the camera from which to recognize barcodes.
|
* Optional parameter to specify the id of the camera from which to recognize barcodes.
|
||||||
* Overrides the default camera that would otherwise would have been selected.
|
* Overrides the default camera that would otherwise would have been selected.
|
||||||
* If provided, should be an int.
|
* If provided, should be an int.
|
||||||
*/
|
*/
|
||||||
public static final String CAMERA_ID = "SCAN_CAMERA_ID";
|
public static final String CAMERA_ID = "SCAN_CAMERA_ID";
|
||||||
|
|
Loading…
Reference in a new issue