Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Stryker <[email protected]>
  • Loading branch information
Rob Stryker committed Dec 1, 2023
1 parent d53ef1f commit 4895d87
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1105,8 +1105,6 @@ protected void createChangeForRenamedCU(IType type, TextChangeManager changeMana
}

protected void createChangeForRenamedCUStandardResource(IType type, TextChangeManager changeManager, IResource resource, DynamicValidationRefactoringChange result) throws CoreException {
// addTypeDeclarationUpdate(changeManager);
// addConstructorRenames(changeManager);
result.addAll(changeManager.getAllChanges());

String renamedCUName = JavaModelUtil.getRenamedCUName(type.getCompilationUnit(), getNewElementName());
Expand Down

0 comments on commit 4895d87

Please sign in to comment.