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:
parent
8c2399fee8
commit
e545586c0d
|
@ -29,6 +29,10 @@ import org.apache.hadoop.hbase.HTableDescriptor;
|
|||
*/
|
||||
public class UnmodifyableHTableDescriptor extends HTableDescriptor {
|
||||
|
||||
public UnmodifyableHTableDescriptor() {
|
||||
super();
|
||||
}
|
||||
|
||||
/*
|
||||
* Create an unmodifyable copy of an HTableDescriptor
|
||||
* @param desc
|
||||
|
|
Loading…
Reference in New Issue