Fix type in comment
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@798884 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
acc288cb83
commit
9c474178dd
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ public class WorkspaceManagerImpl extends WorkspaceManager {
|
|||
|
||||
public void resolveWorkspace(Workspace workspace) throws ServiceRuntimeException {
|
||||
try {
|
||||
// some algorithm to resolve contributions given their dependencies
|
||||
// an algorithm to resolve contributions given their dependencies
|
||||
// need to look at the one from 2.x as this one expects contributions
|
||||
// to be presented in the right order
|
||||
Set<Contribution> resolved = new HashSet<Contribution>();
|
||||
|
|
Loading…
Reference in a new issue