You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/03/19 20:07:11 UTC

[commons-digester] branch master updated: Fix Javadoc error

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-digester.git


The following commit(s) were added to refs/heads/master by this push:
     new 3b6957f0 Fix Javadoc error
3b6957f0 is described below

commit 3b6957f0d97dbb8cb7aeaf3a46aa313ff96c9edd
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Mar 19 16:07:07 2023 -0400

    Fix Javadoc error
---
 .../apache/commons/digester3/xmlrules/package-info.java    | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/core/src/main/java/org/apache/commons/digester3/xmlrules/package-info.java b/core/src/main/java/org/apache/commons/digester3/xmlrules/package-info.java
index ccd4ff06..70e30ab9 100644
--- a/core/src/main/java/org/apache/commons/digester3/xmlrules/package-info.java
+++ b/core/src/main/java/org/apache/commons/digester3/xmlrules/package-info.java
@@ -1,10 +1,3 @@
-/**
- * The Digester package lets you configure an XML -> Java object mapping module,
- * which triggers certain actions called rules whenever a particular pattern of
- * nested XML elements is recognized.
- */
-package org.apache.commons.digester3.xmlrules;
-
 /*
  * Licensed to the Apache Software Foundation (ASF) under one
  * or more contributor license agreements.  See the NOTICE file
@@ -23,3 +16,10 @@ package org.apache.commons.digester3.xmlrules;
  * specific language governing permissions and limitations
  * under the License.
  */
+
+/**
+ * The Digester package lets you configure an XML to Java object mapping module,
+ * which triggers certain actions called rules whenever a particular pattern of
+ * nested XML elements is recognized.
+ */
+package org.apache.commons.digester3.xmlrules;