mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Indentation wtf
This commit is contained in:
parent
6cb7147b44
commit
e420079ad2
|
@ -280,11 +280,11 @@ public final class CameraManager {
|
||||||
* @param cameraId camera ID of the camera to use
|
* @param cameraId camera ID of the camera to use
|
||||||
*/
|
*/
|
||||||
public synchronized void setManualCameraId(int cameraId) {
|
public synchronized void setManualCameraId(int cameraId) {
|
||||||
if (initialized) {
|
if (initialized) {
|
||||||
// FIXME throw exception? Just store for future use? Do not want to suddenly swap cameras!
|
// FIXME throw exception? Just store for future use? Do not want to suddenly swap cameras!
|
||||||
} else {
|
} else {
|
||||||
requestedCameraId = cameraId;
|
requestedCameraId = cameraId;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue