File tree 1 file changed +2
-3
lines changed
src/jdk.jlink/share/classes/jdk/tools/jimage
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2014, 2020 , Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2014, 2023 , Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
33
33
import java .nio .file .PathMatcher ;
34
34
import java .util .ArrayList ;
35
35
import java .util .Arrays ;
36
- import java .util .LinkedList ;
37
36
import java .util .List ;
38
37
import java .util .Locale ;
39
38
import java .util .MissingResourceException ;
@@ -110,7 +109,7 @@ static class OptionsValues {
110
109
boolean help ;
111
110
boolean verbose ;
112
111
boolean version ;
113
- List <File > jimages = new LinkedList <>();
112
+ List <File > jimages = new ArrayList <>();
114
113
}
115
114
116
115
enum Task {
You can’t perform that action at this time.
0 commit comments