Skip to content

Commit

Permalink
Provide a ConstantFactory #39
Browse files Browse the repository at this point in the history
  • Loading branch information
estepper committed Dec 9, 2023
1 parent 0cf913f commit bd0fb36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/org.eclipse.net4j.util/schema/factories.exsd
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
</documentation>
</annotation>
</attribute>
<attribute name="class" type="string" use="required">
<attribute name="productClass" type="string" use="required">
<annotation>
<documentation>

Expand All @@ -122,7 +122,7 @@
</appinfo>
</annotation>
</attribute>
<attribute name="name" type="string" use="required">
<attribute name="setterName" type="string">
<annotation>
<documentation>

Expand Down

0 comments on commit bd0fb36

Please sign in to comment.