Fix compiler warnings about missing switch cases
Add missing case statements to fix all the remaining compiler warnings. Change-Id: Ia804df28317d4291e1e9e9a42f1e62e60b02f5e2
This commit is contained in:
		@@ -142,6 +142,9 @@ public final class AccountProjectWatch {
 | 
			
		||||
 | 
			
		||||
      case SUBMITTED_CHANGES:
 | 
			
		||||
        return notifySubmittedChanges;
 | 
			
		||||
 | 
			
		||||
      case ALL:
 | 
			
		||||
        break;
 | 
			
		||||
    }
 | 
			
		||||
    return false;
 | 
			
		||||
  }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user