Javadoc waring fix.
This commit is contained in:
parent
98f6a4a615
commit
83e9b0a87a
@ -80,10 +80,10 @@ public abstract class CameraBridgeViewBase extends SurfaceView implements Surfac
|
|||||||
mMaxHeight = MAX_UNSPECIFIED;
|
mMaxHeight = MAX_UNSPECIFIED;
|
||||||
styledAttrs.recycle();
|
styledAttrs.recycle();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets the camera index
|
* Sets the camera index
|
||||||
* @param camera index
|
* @param cameraIndex new camera index
|
||||||
*/
|
*/
|
||||||
public void setCameraIndex(int cameraIndex) {
|
public void setCameraIndex(int cameraIndex) {
|
||||||
this.mCameraIndex = cameraIndex;
|
this.mCameraIndex = cameraIndex;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user