mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-21 01:15:36 +00:00
Depreacte ClassPathUtils 0-argument contructor
This commit is contained in:
parent
388251dd29
commit
e628792cef
@ -149,8 +149,12 @@ public static String toFullyQualifiedPath(final Package context, final String re
|
||||
* <p>
|
||||
* This constructor is public to permit tools that require a JavaBean instance to operate.
|
||||
* </p>
|
||||
*
|
||||
* @deprecated TODO Make private in 4.0.
|
||||
*/
|
||||
@Deprecated
|
||||
public ClassPathUtils() {
|
||||
// empty
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user