Index: src/main/java/org/apache/hadoop/hbase/client/HBaseAdmin.java =================================================================== --- src/main/java/org/apache/hadoop/hbase/client/HBaseAdmin.java (revision 1157284) +++ src/main/java/org/apache/hadoop/hbase/client/HBaseAdmin.java (working copy) @@ -330,9 +330,7 @@ /** * Creates a new table with an initial set of empty regions defined by the * specified split keys. The total number of regions created will be the - * number of split keys plus one (the first region has a null start key and - * the last region has a null end key). - * Synchronous operation. + * number of split keys plus one. Synchronous operation. * * @param desc table descriptor for table * @param splitKeys array of split keys for the initial regions of the table