Skip to content

Commit

Permalink
tmf: Fix IDE error in o.e.tc.tmf.core.config.exsd
Browse files Browse the repository at this point in the history
This patch fixes the error below, reported by the Eclipse IDE:
Element 'attribute' with use set to 'default' must have the attribute
'value' defined.

Change-Id: Idc737f6c4dccc9b83ecc1e4c302f76b627babfe2
Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/c/tracecompass/org.eclipse.tracecompass/+/205390
Tested-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Tested-by: Trace Compass Bot <tracecompass-bot@eclipse.org>
Reviewed-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
  • Loading branch information
bhufmann committed Nov 9, 2023
1 parent 7b6f561 commit 74c143e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -56,7 +56,7 @@
</documentation>
</annotation>
</attribute>
<attribute name="class" type="string" use="default">
<attribute name="class" type="string" use="required">
<annotation>
<documentation>
The fully qualified name of a class that implements the &lt;samp&gt;IConfigurationSource&lt;/samp&gt; interface.
Expand Down

0 comments on commit 74c143e

Please sign in to comment.