Skip to content

Commit

Permalink
FORGE-2004: UIContext.getSelection now returns a UISelection object
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi authored and koentsje committed Sep 12, 2014
1 parent 95120a5 commit cc15e8c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public void start() {
@Override
public void postCommandExecuted(UICommand command,
UIExecutionContext context, Result result) {
currentResource = context.getUIContext().getSelection();
currentResource = (Resource<?>) context.getUIContext().getSelection().get();
}
});

Expand Down

0 comments on commit cc15e8c

Please sign in to comment.