mehb-groww / test2

Method uses the same code for two switch clauses JAVA-W0412
Anti-pattern
Minor
1 occurrence in this check
29			break;
30		case False:
31			break;
32		default:33			break;34	}
35	
36