Skip to content

Commit 9872a73

Browse files
committed
FUML15-28 Minor updates.
1 parent 20f6747 commit 9872a73

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

org.modeldriven.fuml/src/main/java/fuml/semantics/commonbehavior/SignalEventOccurrence.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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

org.modeldriven.fuml/src/main/java/fuml/semantics/simpleclassifiers/StructuredValue.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)