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-bsf.git
The following commit(s) were added to refs/heads/master by this push: new 68ada70 Normalize end of comments 68ada70 is described below commit 68ada70679ae0a80113c85b5e1cbaeef517c4229 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat Jan 20 10:44:27 2024 -0500 Normalize end of comments --- src/main/java/org/apache/bsf/BSF_LogFactory.java | 1 - src/main/java/org/apache/bsf/engines/jexl/JEXLEngine.java | 1 - src/main/java/org/apache/bsf/engines/xslt/XSLTEngine.java | 1 - .../java/org/apache/bsf/util/BSFEventProcessorReturningEventInfos.java | 1 - 4 files changed, 4 deletions(-) diff --git a/src/main/java/org/apache/bsf/BSF_LogFactory.java b/src/main/java/org/apache/bsf/BSF_LogFactory.java index 8e46d20..3a09c79 100644 --- a/src/main/java/org/apache/bsf/BSF_LogFactory.java +++ b/src/main/java/org/apache/bsf/BSF_LogFactory.java @@ -22,7 +22,6 @@ package org.apache.bsf; * * It implements the static <code>org.apache.commons.logging.LogFactory.getLog({String|Class} object)</code> methods which return an instance of the class * <code>org.apache.bsf.BSF_Log</code>, which in turn implements all the methods of the <code>org.apache.commons.logging.Log</code> interface class. - * */ public class BSF_LogFactory { diff --git a/src/main/java/org/apache/bsf/engines/jexl/JEXLEngine.java b/src/main/java/org/apache/bsf/engines/jexl/JEXLEngine.java index df49f3f..28d0d83 100644 --- a/src/main/java/org/apache/bsf/engines/jexl/JEXLEngine.java +++ b/src/main/java/org/apache/bsf/engines/jexl/JEXLEngine.java @@ -35,7 +35,6 @@ import org.apache.commons.jexl.ScriptFactory; * {@link BSFEngine} for Commons JEXL. Requires Commons JEXL version 1.1 or later. * * @see <a href="http://commons.apache.org/jexl/">Commons JEXL</a> - * */ public class JEXLEngine extends BSFEngineImpl { diff --git a/src/main/java/org/apache/bsf/engines/xslt/XSLTEngine.java b/src/main/java/org/apache/bsf/engines/xslt/XSLTEngine.java index 6403eea..15527e9 100644 --- a/src/main/java/org/apache/bsf/engines/xslt/XSLTEngine.java +++ b/src/main/java/org/apache/bsf/engines/xslt/XSLTEngine.java @@ -45,7 +45,6 @@ import org.w3c.dom.Node; * This integration uses the BSF registry to pass in any src document and stylesheet base URI that the user may wish to set. * * Re-implemented for the Xalan 2 codebase - * */ public class XSLTEngine extends BSFEngineImpl { TransformerFactory tFactory; diff --git a/src/main/java/org/apache/bsf/util/BSFEventProcessorReturningEventInfos.java b/src/main/java/org/apache/bsf/util/BSFEventProcessorReturningEventInfos.java index d9f6b30..551dbbe 100644 --- a/src/main/java/org/apache/bsf/util/BSFEventProcessorReturningEventInfos.java +++ b/src/main/java/org/apache/bsf/util/BSFEventProcessorReturningEventInfos.java @@ -33,7 +33,6 @@ import org.apache.bsf.util.event.EventProcessor; * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations under * the License. - * */ /**