From 1dfb19170f5acab33ea3e205de671bbcb67e97aa Mon Sep 17 00:00:00 2001 From: Jan Hentschel Date: Wed, 29 Nov 2017 12:12:53 +0100 Subject: [PATCH] HBASE-19373 Fixed remaining Checkstyle error in hbase-annotations --- .../java/org/apache/hadoop/hbase/testclassification/ClientTests.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/ClientTests.java b/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/ClientTests.java index ab395912cf..c109e2e978 100644 --- a/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/ClientTests.java +++ b/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/ClientTests.java @@ -18,8 +18,8 @@ */ /** - * Tag a test as related to the client, This tests the hbase-client package and all of the client tests in - * hbase-server. + * Tag a test as related to the client, This tests the hbase-client package and all of the client + * tests in hbase-server. * @see org.apache.hadoop.hbase.testclassification.ClientTests * @see org.apache.hadoop.hbase.testclassification.CoprocessorTests * @see org.apache.hadoop.hbase.testclassification.FilterTests -- 2.13.6 (Apple Git-96)