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 9f8273e717
commit e0fa176f0b
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,