This commit is contained in:
Lucio Lelii 2008-12-04 01:28:24 +00:00
parent 7da88c776a
commit 4f0481c53e
1 changed files with 3 additions and 3 deletions

View File

@ -203,9 +203,8 @@ public class ModelerService {
e.printStackTrace();
throw new GCUBEFault(e);}
String toReturn= XMLUtil.PrepareCollectionXML(res, relatedCollection);
System.out.println(toReturn);
return toReturn;
return XMLUtil.PrepareCollectionXML(res, relatedCollection);
}
/**
@ -303,6 +302,7 @@ public class ModelerService {
}
System.out.println(XMLUtil.PrepareMCFormatXML(totalMF, resNative, resDerivable, selectedMetadataStructure));
return XMLUtil.PrepareMCFormatXML(totalMF, resNative, resDerivable, selectedMetadataStructure);
}