mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-10 03:53:21 +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(){
|
public String[] getExtensions(){
|
||||||
return (String[])fExts.clone();
|
return fExts.clone();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Add table
Reference in a new issue