Skip to content

Commit

Permalink
Forgot to update constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
tsantalis committed Dec 23, 2024
1 parent 08ae0f6 commit 71d8688
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/gr/uom/java/xmi/UMLClassMatcher.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public MatchResult(int matchedOperations, int matchedAttributes,
int totalOperations, int totalAttributes, boolean match) {
this.matchedOperations = matchedOperations;
this.matchedAttributes = matchedAttributes;
this.identicalBodyOperations = identicalBodyOperations;
this.totalOperations = totalOperations;
this.totalAttributes = totalAttributes;
this.match = match;
Expand Down

0 comments on commit 71d8688

Please sign in to comment.