8000 remove extra initialization of unused ArrayList, reviewed by Jan Luehe · javaee/jstl-api@68e9c63 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Feb 5, 2024. It is now read-only.

Commit 68e9c63

Browse files
author
Kin Man Chung
committed
remove extra initialization of unused ArrayList, reviewed by Jan Luehe
Original author: swchan2 Date: 2008-03-05 22:33:22.866692+00:00 svn path=/trunk/; revision=12
1 parent 89ba801 commit 68e9c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

impl/src/main/java/org/glassfish/jstl/integration/GlassFishTldProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
@Service(name="jstlTld")
5959
@Scoped(Singleton.class)
6060
public class GlassFishTldProvider implements TldProvider, PostConstruct {
61-
private List<URL> tldList = new ArrayList();
61+
private List<URL> tldList = null;
6262

6363
/**
6464
* Get a list of URL that corresponding to Tld entries

0 commit comments

Comments
 (0)
0