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 12080d25841434aaebb7ba1218dfc2a9ac0935d7 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Mar 19 16:26:39 2023 -0400 Javadoc: Convert package.html to package-info.java --- .../commons/scxml2/{package.html => package-info.java} | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/src/main/java/org/apache/commons/scxml2/package.html b/src/main/java/org/apache/commons/scxml2/package-info.java similarity index 87% rename from src/main/java/org/apache/commons/scxml2/package.html rename to src/main/java/org/apache/commons/scxml2/package-info.java index 676aee3..4d27a1b 100644 --- a/src/main/java/org/apache/commons/scxml2/package.html +++ b/src/main/java/org/apache/commons/scxml2/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,12 +13,9 @@ * 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>The Commons SCXML executor and core concepts.</p> - -</body> -</html> +/** + * The Commons SCXML executor and core concepts. + */ +package org.apache.commons.scxml2;