Repository: incubator-ignite Updated Branches: refs/heads/ignite-788 2800788f4 -> a79d2b492
# ignite-788: fix javadoc issue in building process. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/a79d2b49 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/a79d2b49 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/a79d2b49 Branch: refs/heads/ignite-788 Commit: a79d2b4920862cb0d5781aca8cdce43c44207cf5 Parents: 2800788 Author: Artem Shutak <ashu...@gridgain.com> Authored: Tue May 12 20:20:12 2015 +0300 Committer: Artem Shutak <ashu...@gridgain.com> Committed: Tue May 12 20:20:12 2015 +0300 ---------------------------------------------------------------------- .../ignite/logger/log4j2/SampleClass.java | 27 ++++++++++++++++++++ 1 file changed, 27 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/a79d2b49/modules/log4j2/src/main/java/org/apache/ignite/logger/log4j2/SampleClass.java ---------------------------------------------------------------------- diff --git a/modules/log4j2/src/main/java/org/apache/ignite/logger/log4j2/SampleClass.java b/modules/log4j2/src/main/java/org/apache/ignite/logger/log4j2/SampleClass.java new file mode 100644 index 0000000..8fdc2f1 --- /dev/null +++ b/modules/log4j2/src/main/java/org/apache/ignite/logger/log4j2/SampleClass.java @@ -0,0 +1,27 @@ +/* + * 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. + */ + +package org.apache.ignite.logger.log4j2; + +/** + * TODO: delete me. + * + * This class was added just to resolve problem with javadocs for empty module. + * Class have to be deleted if there are another files in module. + */ +public class SampleClass { +}