HBASE-15100 ProcedureInfo constructor should be InterfaceAudience.Private (addendum)
This commit is contained in:
parent
9f8273e717
commit
e0fa176f0b
|
@ -49,6 +49,7 @@ public class ProcedureInfo implements Cloneable {
|
|||
|
||||
private long clientAckTime = -1;
|
||||
|
||||
@InterfaceAudience.Private
|
||||
public ProcedureInfo(
|
||||
final long procId,
|
||||
final String procName,
|
||||
|
|
Loading…
Reference in New Issue