Skip to content

Commit

Permalink
Transport capabilities should have only 1 dynamic name component, i.e…
Browse files Browse the repository at this point in the history
…. the stack name
  • Loading branch information
pferraro committed Apr 14, 2017
1 parent ee1a825 commit 9c6eef7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -107,7 +107,7 @@ public RuntimeCapability<Void> getDefinition() {

@Override
public RuntimeCapability<Void> resolve(PathAddress address) {
return this.definition.fromBaseCapability(address.getParent().getLastElement().getValue(), address.getLastElement().getValue());
return this.definition.fromBaseCapability(address.getParent().getLastElement().getValue());
}
}

Expand Down

0 comments on commit 9c6eef7

Please sign in to comment.