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:
Jean-Daniel Cryans 2009-10-19 22:40:03 +00:00
parent 15fc0d66c6
commit e7e57abc47
1 changed files with 1 additions and 1 deletions

View File

@ -1236,7 +1236,7 @@ public class HRegionServer implements HConstants, HRegionInterface,
}
/** @return the HLog */
HLog getLog() {
public HLog getLog() {
return this.hlog;
}