Depreacte LockingVisitors 0-argument contructor
This commit is contained in:
parent
e04b2bd942
commit
32196a11ad
|
@ -383,4 +383,13 @@ public class LockingVisitors {
|
|||
return new LockingVisitors.StampedLockVisitor<>(object, new StampedLock());
|
||||
}
|
||||
|
||||
/**
|
||||
* Make private in 4.0.
|
||||
*
|
||||
* @deprecated TODO Make private in 4.0.
|
||||
*/
|
||||
@Deprecated
|
||||
public LockingVisitors() {
|
||||
// empty
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue