HBASE-6596 Revert HBASE-5022; it undoes HBC.create; ADDENDUM 2

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1374097 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2012-08-16 22:52:57 +00:00
parent a7b5e34cf2
commit 7036d7a4e8
1 changed files with 0 additions and 1 deletions

View File

@ -114,7 +114,6 @@ public class HBaseConfiguration extends Configuration {
} }
/** /**
* Creates a clone of passed configuration.
* @param that Configuration to clone. * @param that Configuration to clone.
* @return a Configuration created with the hbase-*.xml files plus * @return a Configuration created with the hbase-*.xml files plus
* the given configuration. * the given configuration.