Skip to content

Commit

Permalink
Fix the value of documentation in SparxConnector not retrieved
Browse files Browse the repository at this point in the history
  • Loading branch information
kwkwan committed Sep 5, 2024
1 parent b2d47cd commit 337a34a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/xmi/sparx.rb
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ class SparxConnector < Shale::Mapper
attribute :target, SparxConnectorTarget
attribute :model, SparxConnectorModel
attribute :properties, SparxConnectorProperties
attribute :documentation, Shale::Type::String
attribute :documentation, SparxElementDocumentation
attribute :appearance, SparxConnectorAppearance
attribute :labels, SparxConnectorLabels
attribute :extended_properties, SparxElementExtendedProperties
Expand Down

0 comments on commit 337a34a

Please sign in to comment.