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 c109e2e978f..c2510efb026 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
@@ -1,5 +1,4 @@
/*
- *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -17,9 +16,12 @@
* limitations under the License.
*/
+package org.apache.hadoop.hbase.testclassification;
+
/**
- * Tag a test as related to the client, This tests the hbase-client package and all of the client
+ * 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
@@ -35,7 +37,5 @@
* @see org.apache.hadoop.hbase.testclassification.VerySlowRegionServerTests
* @see org.apache.hadoop.hbase.testclassification.VerySlowMapReduceTests
*/
-package org.apache.hadoop.hbase.testclassification;
-
public interface ClientTests {
}
diff --git a/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/CoprocessorTests.java b/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/CoprocessorTests.java
index ff659954462..4341becbd68 100644
--- a/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/CoprocessorTests.java
+++ b/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/CoprocessorTests.java
@@ -1,5 +1,4 @@
/*
- *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -17,8 +16,11 @@
* limitations under the License.
*/
+package org.apache.hadoop.hbase.testclassification;
+
/**
* Tag a test as related to coprocessors.
+ *
* @see org.apache.hadoop.hbase.testclassification.ClientTests
* @see org.apache.hadoop.hbase.testclassification.CoprocessorTests
* @see org.apache.hadoop.hbase.testclassification.FilterTests
@@ -34,8 +36,5 @@
* @see org.apache.hadoop.hbase.testclassification.VerySlowRegionServerTests
* @see org.apache.hadoop.hbase.testclassification.VerySlowMapReduceTests
*/
-package org.apache.hadoop.hbase.testclassification;
-
-
public interface CoprocessorTests {
}
diff --git a/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/FilterTests.java b/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/FilterTests.java
index b4e9c35f36c..ebda1244ccc 100644
--- a/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/FilterTests.java
+++ b/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/FilterTests.java
@@ -1,5 +1,4 @@
/*
- *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -17,8 +16,11 @@
* limitations under the License.
*/
+package org.apache.hadoop.hbase.testclassification;
+
/**
- * Tag a test as related to the filter package.
+ * Tag a test as related to the {@link org.apache.hadoop.hbase.filter} package.
+ *
* @see org.apache.hadoop.hbase.testclassification.ClientTests
* @see org.apache.hadoop.hbase.testclassification.CoprocessorTests
* @see org.apache.hadoop.hbase.testclassification.FilterTests
@@ -34,8 +36,5 @@
* @see org.apache.hadoop.hbase.testclassification.VerySlowRegionServerTests
* @see org.apache.hadoop.hbase.testclassification.VerySlowMapReduceTests
*/
-package org.apache.hadoop.hbase.testclassification;
-
-
public interface FilterTests {
}
diff --git a/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/FlakeyTests.java b/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/FlakeyTests.java
index ddd92b1bd7b..22fbc1b724f 100644
--- a/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/FlakeyTests.java
+++ b/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/FlakeyTests.java
@@ -1,5 +1,4 @@
/*
- *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -17,8 +16,11 @@
* limitations under the License.
*/
+package org.apache.hadoop.hbase.testclassification;
+
/**
* Tag a test as failing commonly on public build infrastructure.
+ *
* @see org.apache.hadoop.hbase.testclassification.ClientTests
* @see org.apache.hadoop.hbase.testclassification.CoprocessorTests
* @see org.apache.hadoop.hbase.testclassification.FilterTests
@@ -34,7 +36,5 @@
* @see org.apache.hadoop.hbase.testclassification.VerySlowRegionServerTests
* @see org.apache.hadoop.hbase.testclassification.VerySlowMapReduceTests
*/
-package org.apache.hadoop.hbase.testclassification;
-
public interface FlakeyTests {
}
diff --git a/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/IOTests.java b/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/IOTests.java
index cf8bffabc2d..f3ab8b56c86 100644
--- a/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/IOTests.java
+++ b/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/IOTests.java
@@ -1,5 +1,4 @@
/*
- *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -17,8 +16,12 @@
* limitations under the License.
*/
+package org.apache.hadoop.hbase.testclassification;
+
/**
- * Tag a test as related to the io package. Things like HFile and the like.
+ * Tag a test as related to the {@link org.apache.hadoop.hbase.io} package. Things like HFile and
+ * the like.
+ *
* @see org.apache.hadoop.hbase.testclassification.ClientTests
* @see org.apache.hadoop.hbase.testclassification.CoprocessorTests
* @see org.apache.hadoop.hbase.testclassification.FilterTests
@@ -34,8 +37,5 @@
* @see org.apache.hadoop.hbase.testclassification.VerySlowRegionServerTests
* @see org.apache.hadoop.hbase.testclassification.VerySlowMapReduceTests
*/
-package org.apache.hadoop.hbase.testclassification;
-
-
public interface IOTests {
}
diff --git a/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/IntegrationTests.java b/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/IntegrationTests.java
index ce6af67eec0..6bc712e270c 100644
--- a/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/IntegrationTests.java
+++ b/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/IntegrationTests.java
@@ -1,4 +1,4 @@
-/**
+/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -20,7 +20,8 @@ package org.apache.hadoop.hbase.testclassification;
/**
* Tag a test as 'integration/system' test, meaning that the test class has the following
- * characteristics:
+ * characteristics:
+ *
* - Possibly takes hours to complete
* - Can be run on a mini cluster or an actual cluster
* - Can make changes to the given cluster (starting stopping daemons, etc)
diff --git a/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/LargeTests.java b/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/LargeTests.java
index b8f6ba302d1..eb4a66aef99 100644
--- a/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/LargeTests.java
+++ b/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/LargeTests.java
@@ -1,5 +1,4 @@
/*
- *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -22,10 +21,12 @@ package org.apache.hadoop.hbase.testclassification;
/**
* Tag a test as 'large', meaning that the test class has the following
* characteristics:
- * - executed in an isolated JVM. Tests can however be executed in different
- * JVM on the same machine simultaneously.
- * - will not have to be executed by the developer before submitting a bug
- * - ideally, last less than 2 minutes to help parallelization
+ *
+ * - executed in an isolated JVM. Tests can however be executed in different JVM on the same
+ * machine simultaneously.
+ * - will not have to be executed by the developer before submitting a bug
+ * - ideally, last less than 2 minutes to help parallelization
+ *
*
* It the worst case compared to small or medium, use it only for tests that
* you cannot put in the other categories
diff --git a/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/MapReduceTests.java b/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/MapReduceTests.java
index 5f8c9b7f9b6..4b49da4e4dc 100644
--- a/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/MapReduceTests.java
+++ b/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/MapReduceTests.java
@@ -1,5 +1,4 @@
/*
- *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -17,8 +16,11 @@
* limitations under the License.
*/
+package org.apache.hadoop.hbase.testclassification;
+
/**
- * Tag a test as related to mapred or mapreduce,
+ * Tag a test as related to mapred or mapreduce.
+ *
* @see org.apache.hadoop.hbase.testclassification.ClientTests
* @see org.apache.hadoop.hbase.testclassification.CoprocessorTests
* @see org.apache.hadoop.hbase.testclassification.FilterTests
@@ -34,7 +36,5 @@
* @see org.apache.hadoop.hbase.testclassification.VerySlowRegionServerTests
* @see org.apache.hadoop.hbase.testclassification.VerySlowMapReduceTests
*/
-package org.apache.hadoop.hbase.testclassification;
-
public interface MapReduceTests {
}
diff --git a/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/MasterTests.java b/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/MasterTests.java
index 19a95f2d924..e837f49a268 100644
--- a/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/MasterTests.java
+++ b/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/MasterTests.java
@@ -1,5 +1,4 @@
/*
- *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -17,8 +16,11 @@
* limitations under the License.
*/
+package org.apache.hadoop.hbase.testclassification;
+
/**
* Tag a test as related to the master.
+ *
* @see org.apache.hadoop.hbase.testclassification.ClientTests
* @see org.apache.hadoop.hbase.testclassification.CoprocessorTests
* @see org.apache.hadoop.hbase.testclassification.FilterTests
@@ -34,7 +36,5 @@
* @see org.apache.hadoop.hbase.testclassification.VerySlowRegionServerTests
* @see org.apache.hadoop.hbase.testclassification.VerySlowMapReduceTests
*/
-package org.apache.hadoop.hbase.testclassification;
-
public interface MasterTests {
}
diff --git a/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/MediumTests.java b/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/MediumTests.java
index 0b79b3dbddd..55f81cb10b8 100644
--- a/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/MediumTests.java
+++ b/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/MediumTests.java
@@ -1,5 +1,4 @@
/*
- *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -22,10 +21,12 @@ package org.apache.hadoop.hbase.testclassification;
/**
* Tag a test as 'Medium', meaning that the test class has the following
* characteristics:
- * - executed in an isolated JVM. Tests can however be executed in different
- * JVM on the same machine simultaneously.
- * - will have to be executed by the developer before submitting a bug
- * - ideally, last less than 1 minutes to help parallelization
+ *
+ * - executed in an isolated JVM. Tests can however be executed in different JVM on the same
+ * machine simultaneously.
+ * - will have to be executed by the developer before submitting a bug
+ * - ideally, last less than 1 minutes to help parallelization
+ *
*
* Use it for tests that cannot be tagged as 'Small'.
*
diff --git a/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/MetricsTests.java b/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/MetricsTests.java
index c16d64e3cb1..59962a74c28 100644
--- a/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/MetricsTests.java
+++ b/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/MetricsTests.java
@@ -16,10 +16,10 @@
* limitations under the License.
*/
-/**
- * Tag a test that covers our metrics handling
- */
package org.apache.hadoop.hbase.testclassification;
+/**
+ * Tag a test that covers our metrics handling.
+ */
public interface MetricsTests {
}
diff --git a/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/MiscTests.java b/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/MiscTests.java
index ef4d3f9e2c5..2759bfc96df 100644
--- a/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/MiscTests.java
+++ b/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/MiscTests.java
@@ -1,5 +1,4 @@
/*
- *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -17,8 +16,11 @@
* limitations under the License.
*/
+package org.apache.hadoop.hbase.testclassification;
+
/**
* Tag a test as not easily falling into any of the below categories.
+ *
* @see org.apache.hadoop.hbase.testclassification.ClientTests
* @see org.apache.hadoop.hbase.testclassification.CoprocessorTests
* @see org.apache.hadoop.hbase.testclassification.FilterTests
@@ -34,7 +36,5 @@
* @see org.apache.hadoop.hbase.testclassification.VerySlowRegionServerTests
* @see org.apache.hadoop.hbase.testclassification.VerySlowMapReduceTests
*/
-package org.apache.hadoop.hbase.testclassification;
-
public interface MiscTests {
}
diff --git a/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/RPCTests.java b/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/RPCTests.java
index eab3375cae1..4edb9bf031d 100644
--- a/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/RPCTests.java
+++ b/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/RPCTests.java
@@ -1,5 +1,4 @@
/*
- *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -16,8 +15,12 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
+package org.apache.hadoop.hbase.testclassification;
+
/**
* Tag a test as related to RPC.
+ *
* @see org.apache.hadoop.hbase.testclassification.ClientTests
* @see org.apache.hadoop.hbase.testclassification.CoprocessorTests
* @see org.apache.hadoop.hbase.testclassification.FilterTests
@@ -33,8 +36,5 @@
* @see org.apache.hadoop.hbase.testclassification.VerySlowRegionServerTests
* @see org.apache.hadoop.hbase.testclassification.VerySlowMapReduceTests
*/
-package org.apache.hadoop.hbase.testclassification;
-
-
public interface RPCTests {
}
diff --git a/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/RegionServerTests.java b/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/RegionServerTests.java
index 3b031940022..0f03b761fcb 100644
--- a/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/RegionServerTests.java
+++ b/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/RegionServerTests.java
@@ -1,5 +1,4 @@
/*
- *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -17,8 +16,11 @@
* limitations under the License.
*/
+package org.apache.hadoop.hbase.testclassification;
+
/**
- * Tag a test as related to the regionserver,
+ * Tag a test as related to the regionserver.
+ *
* @see org.apache.hadoop.hbase.testclassification.ClientTests
* @see org.apache.hadoop.hbase.testclassification.CoprocessorTests
* @see org.apache.hadoop.hbase.testclassification.FilterTests
@@ -34,8 +36,5 @@
* @see org.apache.hadoop.hbase.testclassification.VerySlowRegionServerTests
* @see org.apache.hadoop.hbase.testclassification.VerySlowMapReduceTests
*/
-package org.apache.hadoop.hbase.testclassification;
-
-
public interface RegionServerTests {
}
diff --git a/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/ReplicationTests.java b/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/ReplicationTests.java
index 4f86404bac0..8b8be4de812 100644
--- a/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/ReplicationTests.java
+++ b/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/ReplicationTests.java
@@ -1,5 +1,4 @@
/*
- *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -17,8 +16,11 @@
* limitations under the License.
*/
+package org.apache.hadoop.hbase.testclassification;
+
/**
- * Tag a test as related to replication,
+ * Tag a test as related to replication.
+ *
* @see org.apache.hadoop.hbase.testclassification.ClientTests
* @see org.apache.hadoop.hbase.testclassification.CoprocessorTests
* @see org.apache.hadoop.hbase.testclassification.FilterTests
@@ -34,7 +36,5 @@
* @see org.apache.hadoop.hbase.testclassification.VerySlowRegionServerTests
* @see org.apache.hadoop.hbase.testclassification.VerySlowMapReduceTests
*/
-package org.apache.hadoop.hbase.testclassification;
-
public interface ReplicationTests {
}
diff --git a/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/RestTests.java b/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/RestTests.java
index 16fe1f7876c..e7d1d1d4c88 100644
--- a/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/RestTests.java
+++ b/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/RestTests.java
@@ -1,5 +1,4 @@
/*
- *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -17,8 +16,10 @@
* limitations under the License.
*/
+package org.apache.hadoop.hbase.testclassification;
+
/**
- * Tag a test as related to the rest capability of HBase.
+ * Tag a test as related to the REST capability of HBase.
*
* @see org.apache.hadoop.hbase.testclassification.ClientTests
* @see org.apache.hadoop.hbase.testclassification.CoprocessorTests
@@ -35,7 +36,5 @@
* @see org.apache.hadoop.hbase.testclassification.VerySlowRegionServerTests
* @see org.apache.hadoop.hbase.testclassification.VerySlowMapReduceTests
*/
-package org.apache.hadoop.hbase.testclassification;
-
public interface RestTests {
}
diff --git a/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/SecurityTests.java b/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/SecurityTests.java
index 907ae7aef92..5263d467cbe 100644
--- a/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/SecurityTests.java
+++ b/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/SecurityTests.java
@@ -1,5 +1,4 @@
/*
- *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -17,6 +16,8 @@
* limitations under the License.
*/
+package org.apache.hadoop.hbase.testclassification;
+
/**
* Tag a test as related to security.
*
@@ -35,8 +36,5 @@
* @see org.apache.hadoop.hbase.testclassification.VerySlowRegionServerTests
* @see org.apache.hadoop.hbase.testclassification.VerySlowMapReduceTests
*/
-package org.apache.hadoop.hbase.testclassification;
-
-
public interface SecurityTests {
}
diff --git a/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/SmallTests.java b/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/SmallTests.java
index 1552617c490..826fbb4e391 100644
--- a/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/SmallTests.java
+++ b/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/SmallTests.java
@@ -1,5 +1,4 @@
/*
- *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -22,9 +21,11 @@ package org.apache.hadoop.hbase.testclassification;
/**
* Tag a test as 'small', meaning that the test class has the following
* characteristics:
- * - can be run simultaneously with other small tests in the same JVM
- * - ideally, last less than 15 seconds
- * - does not use a cluster
+ *
+ * - can be run simultaneously with other small tests in the same JVM
+ * - ideally, last less than 15 seconds
+ * - does not use a cluster
+ *
*
* @see MediumTests
* @see LargeTests
diff --git a/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/VerySlowMapReduceTests.java b/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/VerySlowMapReduceTests.java
index 96a5e9a8965..efc8d5ddc84 100644
--- a/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/VerySlowMapReduceTests.java
+++ b/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/VerySlowMapReduceTests.java
@@ -1,5 +1,4 @@
/*
- *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -17,9 +16,12 @@
* limitations under the License.
*/
+package org.apache.hadoop.hbase.testclassification;
+
/**
* Tag a test as related to mapreduce and taking longer than 5 minutes to run on public build
* infrastructure.
+ *
* @see org.apache.hadoop.hbase.testclassification.ClientTests
* @see org.apache.hadoop.hbase.testclassification.CoprocessorTests
* @see org.apache.hadoop.hbase.testclassification.FilterTests
@@ -35,8 +37,5 @@
* @see org.apache.hadoop.hbase.testclassification.VerySlowRegionServerTests
* @see org.apache.hadoop.hbase.testclassification.VerySlowMapReduceTests
*/
-package org.apache.hadoop.hbase.testclassification;
-
-
public interface VerySlowMapReduceTests {
}
diff --git a/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/VerySlowRegionServerTests.java b/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/VerySlowRegionServerTests.java
index 3caa21831c2..85507de5ad4 100644
--- a/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/VerySlowRegionServerTests.java
+++ b/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/VerySlowRegionServerTests.java
@@ -1,5 +1,4 @@
/*
- *
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -17,10 +16,12 @@
* limitations under the License.
*/
+package org.apache.hadoop.hbase.testclassification;
/**
* Tag a test as region tests which takes longer than 5 minutes to run on public build
* infrastructure.
+ *
* @see org.apache.hadoop.hbase.testclassification.ClientTests
* @see org.apache.hadoop.hbase.testclassification.CoprocessorTests
* @see org.apache.hadoop.hbase.testclassification.FilterTests
@@ -36,7 +37,5 @@
* @see org.apache.hadoop.hbase.testclassification.VerySlowRegionServerTests
* @see org.apache.hadoop.hbase.testclassification.VerySlowMapReduceTests
*/
-package org.apache.hadoop.hbase.testclassification;
-
public interface VerySlowRegionServerTests {
}
diff --git a/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/ZKTests.java b/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/ZKTests.java
index 0951c100459..86aa6bdc85e 100644
--- a/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/ZKTests.java
+++ b/hbase-annotations/src/test/java/org/apache/hadoop/hbase/testclassification/ZKTests.java
@@ -1,4 +1,4 @@
-/**
+/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
@@ -15,11 +15,12 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+
package org.apache.hadoop.hbase.testclassification;
/**
* For tests which test the general logic of zookeeper related tools, such as
- * {@code RecoverableZooKeeper}, not for tests which depend on zookeeper.
+ * {@code RecoverableZooKeeper}, not for tests which depend on ZooKeeper.
*/
public interface ZKTests {
}