Skip to content

Commit

Permalink
MID-1993 - fix for typo in code, that was causing this issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Suta committed Oct 10, 2014
1 parent 0068f82 commit c288408
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -436,7 +436,7 @@ private String createAssociationTooltipText(PrismProperty property){
PrismObject<ShadowType> shadowPrism = (PrismObject<ShadowType>)property.getParent().getParent();
ShadowType shadow = shadowPrism.asObjectable();

if(shadow.getActivation() != null){
if(shadow.getAttributes() != null){
ShadowAttributesType attributes = shadow.getAttributes();
AnyArrayList attrs = (AnyArrayList)attributes.getAny();

Expand Down

0 comments on commit c288408

Please sign in to comment.