HBASE-13384 Fix Javadoc warnings introduced by HBASE-12972
This commit is contained in:
parent
1632cd98ff
commit
d3ed23ecf4
|
@ -588,7 +588,7 @@ public interface Region extends ConfigurationObserver {
|
|||
byte[] now) throws IOException;
|
||||
|
||||
/**
|
||||
* Replace any cell timestamps set to {@link HConstants#LATEST_TIMESTAMP} with the
|
||||
* Replace any cell timestamps set to HConstants#LATEST_TIMESTAMP with the
|
||||
* provided current timestamp.
|
||||
* @param values
|
||||
* @param now
|
||||
|
|
Loading…
Reference in New Issue