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 445c915fce426690aa3d045926979b69c4216a33 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sun Mar 19 16:26:11 2023 -0400 Javadoc: Convert package.html to package-info.java --- .../scxml2/invoke/{package.html => package-info.java} | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/src/main/java/org/apache/commons/scxml2/invoke/package.html b/src/main/java/org/apache/commons/scxml2/invoke/package-info.java similarity index 75% rename from src/main/java/org/apache/commons/scxml2/invoke/package.html rename to src/main/java/org/apache/commons/scxml2/invoke/package-info.java index 03bc8ba..706c4e8 100644 --- a/src/main/java/org/apache/commons/scxml2/invoke/package.html +++ b/src/main/java/org/apache/commons/scxml2/invoke/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,14 +13,10 @@ * 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 related to the SCXML <invoke> - element and its children, dealing with the invocation of - activities associated with a particular state in the state machine.</p> - -</body> -</html> +/** + * A collection of classes related to the SCXML <invoke> element and its children, dealing with the invocation of activities associated with a particular + * state in the state machine. + */ +package org.apache.commons.scxml2.invoke;