tech map non recursion for exhaustive and greedy
This commit is contained in:
parent
0b4c8b0273
commit
37d4545b6d
112 changed files with 26257 additions and 1352340 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue