Skip to content

Commit 7312022

Browse files
Churrojkowalleck
andauthored
Update cyclonedx/model/license.py
Co-authored-by: Jan Kowalleck <[email protected]> Signed-off-by: Johannes Feichtner <[email protected]>
1 parent 2fc6dac commit 7312022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cyclonedx/model/license.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ def acknowledgement(self, acknowledgement: Optional[LicenseAcknowledgement]) ->
472472
@serializable.view(SchemaVersion1Dot7)
473473
@serializable.xml_array(serializable.XmlArraySerializationType.FLAT, child_name='details')
474474
@serializable.xml_sequence(1)
475-
def expression_details(self) -> 'SortedSet[ExpressionDetails]':
475+
def details(self) -> 'SortedSet[ExpressionDetails]':
476476
"""
477477
Details for parts of the expression.
478478

0 commit comments

Comments
 (0)