소스 검색

authentication:passcodemanager: Stricter variable declaration.

ardevd 7 년 전
부모
커밋
b8cde0fa86
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/java/com/owncloud/android/authentication/PassCodeManager.java

+ 1 - 1
src/main/java/com/owncloud/android/authentication/PassCodeManager.java

@@ -50,7 +50,7 @@ public class PassCodeManager {
     private static final int PASS_CODE_TIMEOUT = 1000;
         // keeping a "low" positive value is the easiest way to prevent the pass code is requested on rotations
 
-    static PassCodeManager mPassCodeManagerInstance = null;
+    private static PassCodeManager mPassCodeManagerInstance = null;
 
     private Long mTimestamp = 0l;
     private int mVisibleActivitiesCounter = 0;