File tree Expand file tree Collapse file tree
org.modeldriven.fuml/src/main/java/fuml/semantics Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11/*
22 * Copyright 2015-2017 Data Access Technologies, Inc.
3+ * Copyright 2020 ModelDriven Solutions, Inc.
34 *
45 * Licensed under the Academic Free License version 3.0
56 * (http://www.opensource.org/licenses/afl-3.0.php), except as stated
Original file line number Diff line number Diff line change @@ -156,8 +156,8 @@ public StructuralFeatureList getStructuralFeaturesForType(Classifier type) {
156156
157157 public void createFeatureValues () {
158158 // Create empty feature values for all non-association-end structural
159- // features of the types of this structured value and all its supertypes (including private
160- // features that are not inherited).
159+ // features of the types of this structured value and all its supertypes
160+ // (including private features that are not inherited).
161161
162162 this .addFeatureValues (new FeatureValueList ());
163163 }
You can’t perform that action at this time.
0 commit comments