Utilities in commons lang are not final
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/lang/trunk@1561013 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2b2eaf5af1
commit
1e355cfb10
|
@ -25,7 +25,7 @@ package org.apache.commons.lang3;
|
|||
* @version $Id$
|
||||
*/
|
||||
//@Immutable
|
||||
public final class ClassPathUtils {
|
||||
public class ClassPathUtils {
|
||||
|
||||
/**
|
||||
* <p>{@code ClassPathUtils} instances should NOT be constructed in
|
||||
|
|
Loading…
Reference in New Issue