HBASE-15100 ProcedureInfo constructor should be InterfaceAudience.Private (addendum)

This commit is contained in:
Matteo Bertozzi 2016-02-17 12:14:01 -08:00
parent 6ed63180e1
commit 455e09c325
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ public class ProcedureInfo implements Cloneable {
private long clientAckTime = -1;
@InterfaceAudience.Private
public ProcedureInfo(
final long procId,
final String procName,