HBASE-739 HBaseAdmin.createTable() using old HTableDescription doesn't work; second attempt

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@676739 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2008-07-14 21:15:17 +00:00
parent 8c2399fee8
commit e545586c0d
1 changed files with 4 additions and 0 deletions

View File

@ -29,6 +29,10 @@ import org.apache.hadoop.hbase.HTableDescriptor;
*/ */
public class UnmodifyableHTableDescriptor extends HTableDescriptor { public class UnmodifyableHTableDescriptor extends HTableDescriptor {
public UnmodifyableHTableDescriptor() {
super();
}
/* /*
* Create an unmodifyable copy of an HTableDescriptor * Create an unmodifyable copy of an HTableDescriptor
* @param desc * @param desc