You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/com.b2international.snowowl.core/src/com/b2international/snowowl/core/request/version/VersionCreateRequest.java
+29-1Lines changed: 29 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -250,9 +250,9 @@ private Map<ResourceURI, TerminologyResource> fetchResources(ServiceProvider con
250
250
.map(TerminologyResource.class::cast)
251
251
.findFirst();
252
252
253
-
// if the resource to version is a collection URI then version all child resources as well
0 commit comments