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-model-aas-generator/src/main/java/io/openmanufacturing/sds/aspectmodel/aas/AspectModelAASVisitor.java
@@ -284,7 +285,7 @@ private org.eclipse.digitaltwin.aas4j.v3.model.Property mapToAasProperty( final
284
285
.kind( ModelingKind.TEMPLATE )
285
286
.valueType( mapAASXSDataType( property.getCharacteristic().flatMap( Characteristic::getDataType ).map( this::mapType ).orElse( UNKNOWN_TYPE ) ) ) // TODO this might not work and a proper mapping implementation is required
0 commit comments