Skip to content

Commit

Permalink
Remove outdated CLAC warning comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lincolnthree committed Jun 20, 2013
1 parent ee97ac3 commit 8b0fccd
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -235,7 +235,6 @@ public NavigationResult next(UIContext context) throws Exception
context.setAttribute(JavaResource.class, entity.getValue());
context.setAttribute("fieldName", fieldName.getValue());
context.setAttribute("fieldType", typeName.getValue());
// XXX: CCE on CLAC when getAttribute of this enum is executed
context.setAttribute(RelationshipType.class, relationshipType.getValue());
context.getAttribute(RelationshipType.class);
if (relationshipType.getValue() == RelationshipType.BASIC)
Expand Down

0 comments on commit 8b0fccd

Please sign in to comment.