Depreacte ClassPathUtils 0-argument contructor
This commit is contained in:
parent
388251dd29
commit
e628792cef
|
@ -149,8 +149,12 @@ public class ClassPathUtils {
|
||||||
* <p>
|
* <p>
|
||||||
* This constructor is public to permit tools that require a JavaBean instance to operate.
|
* This constructor is public to permit tools that require a JavaBean instance to operate.
|
||||||
* </p>
|
* </p>
|
||||||
|
*
|
||||||
|
* @deprecated TODO Make private in 4.0.
|
||||||
*/
|
*/
|
||||||
|
@Deprecated
|
||||||
public ClassPathUtils() {
|
public ClassPathUtils() {
|
||||||
|
// empty
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue