From 3e6563d6e049491af3dab01921c39f78930f975c 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 --- .../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 ab395912cfc..c109e2e978f 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