mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Minor cleanup.
Change-Id: I75888180972f3e4f9c5cf1088c9347b1e6fd0b27
This commit is contained in:
parent
adbed0ba76
commit
6386496e21
1 changed files with 1 additions and 2 deletions
|
@ -26,9 +26,8 @@ public abstract class CRefactoringContribution extends RefactoringContribution {
|
|||
super();
|
||||
}
|
||||
|
||||
@SuppressWarnings("rawtypes")
|
||||
@Override
|
||||
public Map retrieveArgumentMap(RefactoringDescriptor descriptor) {
|
||||
public Map<String, String> retrieveArgumentMap(RefactoringDescriptor descriptor) {
|
||||
if (descriptor instanceof CRefactoringDescriptor) {
|
||||
CRefactoringDescriptor refDesc = (CRefactoringDescriptor) descriptor;
|
||||
return refDesc.getParameterMap();
|
||||
|
|
Loading…
Add table
Reference in a new issue