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:
parent
749f7547f3
commit
8fc510ab97
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ public class ContentTypeProcessor extends CModelOperation {
|
||||||
switch (parent.getElementType()) {
|
switch (parent.getElementType()) {
|
||||||
case ICElement.C_MODEL:
|
case ICElement.C_MODEL:
|
||||||
((CModelInfo)info).setNonCResources(null);
|
((CModelInfo)info).setNonCResources(null);
|
||||||
return;
|
break;
|
||||||
case ICElement.C_PROJECT:
|
case ICElement.C_PROJECT:
|
||||||
((CProjectInfo)info).setNonCResources(null);
|
((CProjectInfo)info).setNonCResources(null);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Reference in a new issue