Skip to content

Commit 2431036

Browse files
committed
Fix spotless error
1 parent a0c20a2 commit 2431036

File tree

1 file changed

+3
-3
lines changed
  • hbase-server/src/main/java/org/apache/hadoop/hbase/master

1 file changed

+3
-3
lines changed

hbase-server/src/main/java/org/apache/hadoop/hbase/master/HMaster.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3821,9 +3821,9 @@ public List<TableName> listTableNames(final String namespace, final String regex
38213821
}
38223822

38233823
/**
3824-
* Return a list of table descriptors after applying any provided filter parameters. Note
3825-
* that the user-facing description of this filter logic is presented on the class-level javadoc
3826-
* of {@link NormalizeTableFilterParams}.
3824+
* Return a list of table descriptors after applying any provided filter parameters. Note that the
3825+
* user-facing description of this filter logic is presented on the class-level javadoc of
3826+
* {@link NormalizeTableFilterParams}.
38273827
*/
38283828
private List<TableDescriptor> getTableDescriptors(final List<TableDescriptor> htds,
38293829
final String namespace, final String regex, final List<TableName> tableNameList,

0 commit comments

Comments
 (0)