HBASE-13384 Fix Javadoc warnings introduced by HBASE-12972

This commit is contained in:
Andrew Purtell 2015-04-01 22:06:38 -07:00
parent 1632cd98ff
commit d3ed23ecf4
1 changed files with 1 additions and 1 deletions

View File

@ -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