Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Commit dca807a

Browse files
author
Atlassian Bamboo
committed
Updating raw Java classes to 1.1.2-SNAPSHOT
1 parent cea0506 commit dca807a

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/main/java/io/adminshell/aas/v3/model/HasDataSpecification.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* template defines the additional attributes an element may or shall have. The data specifications
1515
* used are explicitly specified with their id. Constraint AASd-050: If the DataSpecificationContent
1616
* DataSpecificationIEC61360 is used for an element then the value of
17-
* hasDataSpecification/dataSpecification shall contain the global reference to the IRI of the
17+
* hasDataSpecification/dataSpecification shall contain the global reference to the Iri of the
1818
* corresponding data specification template
1919
* https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/2/0.
2020
*/

src/main/java/io/adminshell/aas/v3/model/Identifier.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ public interface Identifier {
3636
void setIdentifier(String identifier);
3737

3838
/**
39-
* Type of the Identifier, e.g. IRI, IRDI etc. The supported Identifier types are defined in the
39+
* Type of the Identifier, e.g. Iri, Irdi etc. The supported Identifier types are defined in the
4040
* enumeration 'IdentifierType'.
4141
*
4242
* More information under https://admin-shell.io/aas/3/0/RC01/Identifier/idType
@@ -47,7 +47,7 @@ public interface Identifier {
4747
IdentifierType getIdType();
4848

4949
/**
50-
* Type of the Identifier, e.g. IRI, IRDI etc. The supported Identifier types are defined in the
50+
* Type of the Identifier, e.g. Iri, Irdi etc. The supported Identifier types are defined in the
5151
* enumeration 'IdentifierType'.
5252
*
5353
* More information under https://admin-shell.io/aas/3/0/RC01/Identifier/idType

src/main/java/io/adminshell/aas/v3/model/Key.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public interface Key {
7373
void setType(KeyElements type);
7474

7575
/**
76-
* The key value, for example an IRDI if the idType=IRDI.
76+
* The key value, for example an IRDI if the idType=Irdi.
7777
*
7878
* More information under https://admin-shell.io/aas/3/0/RC01/Key/value
7979
*
@@ -83,7 +83,7 @@ public interface Key {
8383
String getValue();
8484

8585
/**
86-
* The key value, for example an IRDI if the idType=IRDI.
86+
* The key value, for example an IRDI if the idType=Irdi.
8787
*
8888
* More information under https://admin-shell.io/aas/3/0/RC01/Key/value
8989
*

0 commit comments

Comments
 (0)