tech map non recursion for exhaustive and greedy

This commit is contained in:
Tramy Nguyen 2019-08-18 12:16:34 -06:00
parent 0b4c8b0273
commit 37d4545b6d
112 changed files with 26257 additions and 1352340 deletions

View file

@ -188,7 +188,7 @@ public class SBOLUtility
}
public SBOLDocument mergeSBOLDocuments(ArrayList<SBOLDocument> documentList) throws SBOLValidationException {
public SBOLDocument mergeSBOLDocuments(List<SBOLDocument> documentList) throws SBOLValidationException {
String defaultPrefix = getURIPrefix();
SBOLDocument result = new SBOLDocument();
result.setDefaultURIprefix(defaultPrefix);