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/sds-aspect-meta-model-java/src/main/java/io/openmanufacturing/sds/metamodel/impl/DefaultProperty.java
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -140,7 +140,9 @@ public boolean equals( final Object o ) {
Copy file name to clipboardExpand all lines: core/sds-aspect-meta-model-java/src/main/java/io/openmanufacturing/sds/metamodel/loader/DefaultPropertyWrapper.java
Copy file name to clipboardExpand all lines: core/sds-aspect-meta-model-java/src/main/java/io/openmanufacturing/sds/metamodel/loader/instantiator/PropertyInstantiator.java
Copy file name to clipboardExpand all lines: core/sds-aspect-meta-model-version-migrator/src/main/java/io/openmanufacturing/sds/aspectmodel/versionupdate/MigratorService.java
-1Lines changed: 0 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,6 @@ private Model execute( final Migrator migrator, final Model sourceModel ) {
67
67
* which is then applied to the given source model.
68
68
*
69
69
* @param versionedModel the source model
70
-
* @param targetVersion the target meta model version
71
70
* @return the resulting {@link VersionedModel} that corresponds to the input Aspect model, but with the new meta model version
Copy file name to clipboardExpand all lines: core/sds-aspect-model-resolver/src/test/java/io/openmanufacturing/sds/aspectmodel/resolver/AspectModelResolverTest.java
+19-15Lines changed: 19 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@
17
17
18
18
importjava.io.File;
19
19
importjava.io.FileNotFoundException;
20
+
importjava.net.URISyntaxException;
20
21
21
22
importorg.apache.jena.rdf.model.Model;
22
23
importorg.apache.jena.rdf.model.RDFNode;
@@ -42,10 +43,11 @@ public class AspectModelResolverTest extends MetaModelVersions {
0 commit comments