1
0

Minor Improvement: (#34)

* Change 'StringBuffer' by 'StringBuilder'
* Fix javadoc
* Remove redundant initializer
* Use Empty array
This commit is contained in:
Arturo Bernal
2021-01-17 22:47:03 +01:00
committed by GitHub
parent 2c16ebb926
commit c9818fa7b2
6 changed files with 34 additions and 24 deletions

View File

@@ -395,7 +395,7 @@ public class PathableClassLoader extends URLClassLoader {
/**
*
* Clean implementation of list function of
* {@link java.utils.Collection} added in JDK 1.4
* {@link java.util.Collection} added in JDK 1.4
* @param en <code>Enumeration</code>, possibly null
* @return <code>ArrayList</code> containing the enumerated
* elements in the enumerated order, not null