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:
Benedikt Ritter 2014-01-24 14:02:49 +00:00
parent 2b2eaf5af1
commit 1e355cfb10
1 changed files with 1 additions and 1 deletions

View File

@ -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