Add Javadoc package-info.java. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/a4cfa895 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/a4cfa895 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/a4cfa895
Branch: refs/heads/master Commit: a4cfa8957ec1f2904ce4a6a50a4e2c6dbf48a88a Parents: da8ce68 Author: Gary Gregory <ggreg...@apache.org> Authored: Sun Nov 12 07:55:05 2017 -0700 Committer: Gary Gregory <ggreg...@apache.org> Committed: Sun Nov 12 07:55:05 2017 -0700 ---------------------------------------------------------------------- .../log4j/appserver/jetty/package-info.java | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/a4cfa895/log4j-appserver/src/main/java/org/apache/logging/log4j/appserver/jetty/package-info.java ---------------------------------------------------------------------- diff --git a/log4j-appserver/src/main/java/org/apache/logging/log4j/appserver/jetty/package-info.java b/log4j-appserver/src/main/java/org/apache/logging/log4j/appserver/jetty/package-info.java new file mode 100644 index 0000000..d51065b --- /dev/null +++ b/log4j-appserver/src/main/java/org/apache/logging/log4j/appserver/jetty/package-info.java @@ -0,0 +1,20 @@ +/* + * 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. + */ +/** + * Log4j integration with Eclipse Jetty. + */ +package org.apache.logging.log4j.appserver.jetty;