ACCUMULO-3126 Fix malformed package-info.java Place javadoc above package declaration.
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/8f4bc4c2 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/8f4bc4c2 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/8f4bc4c2 Branch: refs/heads/1.5 Commit: 8f4bc4c23a60ddef7eac5b20d6d08b2762931df1 Parents: c41b6dc Author: Christopher Tubbs <ctubb...@apache.org> Authored: Thu Dec 18 14:45:33 2014 -0500 Committer: Christopher Tubbs <ctubb...@apache.org> Committed: Thu Dec 18 14:45:33 2014 -0500 ---------------------------------------------------------------------- .../java/org/apache/accumulo/test/stress/random/package-info.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/8f4bc4c2/test/src/main/java/org/apache/accumulo/test/stress/random/package-info.java ---------------------------------------------------------------------- diff --git a/test/src/main/java/org/apache/accumulo/test/stress/random/package-info.java b/test/src/main/java/org/apache/accumulo/test/stress/random/package-info.java index 4a489dc..488a279 100644 --- a/test/src/main/java/org/apache/accumulo/test/stress/random/package-info.java +++ b/test/src/main/java/org/apache/accumulo/test/stress/random/package-info.java @@ -14,8 +14,6 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package org.apache.accumulo.test.stress.random; - /** * This package contains utility classes designed to test Accumulo when large cells are being written. This is an attempt to observe the behavior Accumulo * displays when compacting and reading these cells. @@ -34,3 +32,4 @@ package org.apache.accumulo.test.stress.random; * There is no shared state intended by either of these services. This allows multiple clients to be run in parallel, either on the same host or distributed * across hosts. */ +package org.apache.accumulo.test.stress.random;