HBASE-15100 ProcedureInfo constructor should be InterfaceAudience.Private (addendum)
This commit is contained in:
parent
6ed63180e1
commit
455e09c325
|
@ -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