Skip to content

Commit

Permalink
Removal of mincardinality 1 for Piece#volumetricWeight
Browse files Browse the repository at this point in the history
  • Loading branch information
mskopp committed May 13, 2022
1 parent 5fecbf9 commit 4d9eb1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/org/iata/cargo/model/Piece.java
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,6 @@ public class Piece
*/
@OWLObjectProperty(iri = Vocabulary.s_p_volumetricWeight)
@ParticipationConstraints({
@ParticipationConstraint(owlObjectIRI = Vocabulary.s_c_Thing, min = 1, max = -1),
@ParticipationConstraint(owlObjectIRI = Vocabulary.s_c_Thing, max = 1)
})
@JsonProperty(Vocabulary.s_p_volumetricWeight)
Expand Down

0 comments on commit 4d9eb1d

Please sign in to comment.