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-scxml.git

commit 4fd5064cf3a1b8b26d959576f60da7d3cbd911c8
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Mar 19 16:26:16 2023 -0400

    Javadoc: Convert package.html to package-info.java
---
 .../scxml2/io/{package.html => package-info.java}  | 26 +++++++++-------------
 1 file changed, 10 insertions(+), 16 deletions(-)

diff --git a/src/main/java/org/apache/commons/scxml2/io/package.html 
b/src/main/java/org/apache/commons/scxml2/io/package-info.java
similarity index 67%
rename from src/main/java/org/apache/commons/scxml2/io/package.html
rename to src/main/java/org/apache/commons/scxml2/io/package-info.java
index fa7e6a8..2cb197b 100644
--- a/src/main/java/org/apache/commons/scxml2/io/package.html
+++ b/src/main/java/org/apache/commons/scxml2/io/package-info.java
@@ -1,5 +1,4 @@
-<html>
-<!-- 
+/*
  * 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.
@@ -14,18 +13,13 @@
  * 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.
--->
-<head>
-</head>
-<body>
+ */
 
-       <p>A collection of classes for reading in and writing out SCXML
-               documents, to and from the Commons SCXML Java object model.</p>
-       <ul>
-               <li><code>SCXMLReader</code> is based on StAX based pull parsing
-                       and has no external dependencies.</li>
-               <li><code>SCXMLWriter</code> is based on StAX XML stream 
writer.</li>
-       </ul>
-
-</body>
-</html>
+/**
+ * A collection of classes for reading in and writing out SCXML documents, to 
and from the Commons SCXML Java object model.
+ * <ul>
+ * <li><code>SCXMLReader</code> is based on StAX based pull parsing and has no 
external dependencies.</li>
+ * <li><code>SCXMLWriter</code> is based on StAX XML stream writer.</li>
+ * </ul>
+ */
+package org.apache.commons.scxml2.io;

Reply via email to