Lint: Redundant 'new' expression in constant array creation
This commit is contained in:
parent
39e5d8ccc2
commit
00b08318a5
4 changed files with 4 additions and 4 deletions
|
|
@ -31,7 +31,7 @@ public class AboutActivity extends AppCompatActivity {
|
|||
/**
|
||||
* List of all software components.
|
||||
*/
|
||||
private static final SoftwareComponent[] SOFTWARE_COMPONENTS = new SoftwareComponent[]{
|
||||
private static final SoftwareComponent[] SOFTWARE_COMPONENTS = {
|
||||
new SoftwareComponent("Giga Get", "2014 - 2015", "Peter Cai",
|
||||
"https://github.com/PaperAirplane-Dev-Team/GigaGet", StandardLicenses.GPL3),
|
||||
new SoftwareComponent("NewPipe Extractor", "2017 - 2020", "Christian Schabesberger",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue