Depreacte Suppliers 0-argument contructor
This commit is contained in:
parent
3c0d417abb
commit
e8d80db854
|
@ -61,4 +61,13 @@ public class Suppliers {
|
|||
return NUL;
|
||||
}
|
||||
|
||||
/**
|
||||
* Make private in 4.0.
|
||||
*
|
||||
* @deprecated TODO Make private in 4.0.
|
||||
*/
|
||||
@Deprecated
|
||||
public Suppliers() {
|
||||
// empty
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue