Depreacte ClassPathUtils 0-argument contructor

This commit is contained in:
Gary Gregory 2024-01-25 09:18:14 -05:00
parent 388251dd29
commit e628792cef

View File

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