1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

use "break" not return

This commit is contained in:
Alain Magloire 2005-07-14 17:45:02 +00:00
parent 749f7547f3
commit 8fc510ab97

View file

@ -190,7 +190,7 @@ public class ContentTypeProcessor extends CModelOperation {
switch (parent.getElementType()) {
case ICElement.C_MODEL:
((CModelInfo)info).setNonCResources(null);
return;
break;
case ICElement.C_PROJECT:
((CProjectInfo)info).setNonCResources(null);
break;