mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 01:15:29 +02:00
bug 319769: Unnecessary type casts
This commit is contained in:
parent
be965d0528
commit
9f150b102a
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ public class PerFileSettingsCalculator {
|
|||
}
|
||||
|
||||
public String[] getExtensions(){
|
||||
return (String[])fExts.clone();
|
||||
return fExts.clone();
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Reference in a new issue