Skip to content

Commit

Permalink
Removed call to getCommentListDiff(). Should be called only in AST diff
Browse files Browse the repository at this point in the history
  • Loading branch information
tsantalis committed Dec 9, 2024
1 parent 1dc5cad commit 2013f70
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ public UMLAbstractClassDiff(UMLAbstractClass originalClass, UMLAbstractClass nex
this.interfaceListDiff = new UMLTypeListDiff(originalClass.getImplementedInterfaces(), nextClass.getImplementedInterfaces());
this.permittedTypeListDiff = new UMLTypeListDiff(originalClass.getPermittedTypes(), nextClass.getPermittedTypes());
processAnnotations();
getCommentListDiff();
}

public List<UMLOperation> getAddedOperations() {
Expand Down

0 comments on commit 2013f70

Please sign in to comment.