SLIDER-671 stub java class and package-info for funtests package, so that javadocs doesn't fail on that module
Project: http://git-wip-us.apache.org/repos/asf/incubator-slider/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-slider/commit/e69a8d8c Tree: http://git-wip-us.apache.org/repos/asf/incubator-slider/tree/e69a8d8c Diff: http://git-wip-us.apache.org/repos/asf/incubator-slider/diff/e69a8d8c Branch: refs/heads/branches/branch-0.6 Commit: e69a8d8c7a08884cee4c528e9a0bdca12a2a0598 Parents: e61f785 Author: Steve Loughran <[email protected]> Authored: Wed Nov 26 15:34:21 2014 +0000 Committer: Steve Loughran <[email protected]> Committed: Sat Jan 10 16:25:07 2015 +0000 ---------------------------------------------------------------------- .../funtest/StubToForceGroovySrcToCompile.java | 2 +- .../org/apache/slider/funtest/package-info.java | 25 ++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/e69a8d8c/slider-funtest/src/main/java/org/apache/slider/funtest/StubToForceGroovySrcToCompile.java ---------------------------------------------------------------------- diff --git a/slider-funtest/src/main/java/org/apache/slider/funtest/StubToForceGroovySrcToCompile.java b/slider-funtest/src/main/java/org/apache/slider/funtest/StubToForceGroovySrcToCompile.java index 4007c0e..5a054ee 100644 --- a/slider-funtest/src/main/java/org/apache/slider/funtest/StubToForceGroovySrcToCompile.java +++ b/slider-funtest/src/main/java/org/apache/slider/funtest/StubToForceGroovySrcToCompile.java @@ -18,5 +18,5 @@ package org.apache.slider.funtest; -class StubToForceGroovySrcToCompile { +public class StubToForceGroovySrcToCompile { } http://git-wip-us.apache.org/repos/asf/incubator-slider/blob/e69a8d8c/slider-funtest/src/main/java/org/apache/slider/funtest/package-info.java ---------------------------------------------------------------------- diff --git a/slider-funtest/src/main/java/org/apache/slider/funtest/package-info.java b/slider-funtest/src/main/java/org/apache/slider/funtest/package-info.java new file mode 100644 index 0000000..3060812 --- /dev/null +++ b/slider-funtest/src/main/java/org/apache/slider/funtest/package-info.java @@ -0,0 +1,25 @@ +/* + * 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 + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + +/** + * Slider Functional Test Module. + * <p> + * This module contains slider's functional test runner, which is derived + * from the Apache Bigtop Test runner. + */ +package org.apache.slider.funtest; \ No newline at end of file
