Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/org.eclipse.osee.ats.dsl/src-gen/org/eclipse/osee/ats/dsl/atsDsl/impl/CreateDecisionReviewRuleImpl.java')
-rw-r--r--plugins/org.eclipse.osee.ats.dsl/src-gen/org/eclipse/osee/ats/dsl/atsDsl/impl/CreateDecisionReviewRuleImpl.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/org.eclipse.osee.ats.dsl/src-gen/org/eclipse/osee/ats/dsl/atsDsl/impl/CreateDecisionReviewRuleImpl.java b/plugins/org.eclipse.osee.ats.dsl/src-gen/org/eclipse/osee/ats/dsl/atsDsl/impl/CreateDecisionReviewRuleImpl.java
index bf451e2f650..7d9dca4c6bf 100644
--- a/plugins/org.eclipse.osee.ats.dsl/src-gen/org/eclipse/osee/ats/dsl/atsDsl/impl/CreateDecisionReviewRuleImpl.java
+++ b/plugins/org.eclipse.osee.ats.dsl/src-gen/org/eclipse/osee/ats/dsl/atsDsl/impl/CreateDecisionReviewRuleImpl.java
@@ -121,7 +121,7 @@ public class CreateDecisionReviewRuleImpl extends ReviewRuleImpl implements Crea
{
if (options == null)
{
- options = new EObjectContainmentEList<DecisionReviewOpt>(DecisionReviewOpt.class, this, AtsDslPackage.CREATE_DECISION_REVIEW_RULE__OPTIONS);
+ options = new EObjectContainmentEList<>(DecisionReviewOpt.class, this, AtsDslPackage.CREATE_DECISION_REVIEW_RULE__OPTIONS);
}
return options;
}

Back to the top