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:
slaws 2009-07-29 13:15:22 +00:00
parent acc288cb83
commit 9c474178dd

View file

@ -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>();