Minor fix missing in HBASE-1756
git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@826847 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
15fc0d66c6
commit
e7e57abc47
|
@ -1236,7 +1236,7 @@ public class HRegionServer implements HConstants, HRegionInterface,
|
|||
}
|
||||
|
||||
/** @return the HLog */
|
||||
HLog getLog() {
|
||||
public HLog getLog() {
|
||||
return this.hlog;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue