Skip to content

Commit

Permalink
Update CameraException.java
Browse files Browse the repository at this point in the history
  • Loading branch information
natario1 authored Sep 14, 2018
1 parent 640ec2d commit 1458107
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public class CameraException extends RuntimeException {

/**
* Camera was forced to disconnect.
* In Camera1, this is thrown when {@link android.hardware.Camera.CAMERA_ERROR_EVICTED}
* In Camera1, this is thrown when android.hardware.Camera.CAMERA_ERROR_EVICTED
* is caught.
*/
public static final int REASON_DISCONNECTED = 3;
Expand Down

0 comments on commit 1458107

Please sign in to comment.