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


The following commit(s) were added to refs/heads/master by this push:
     new 247c42e  Javadoc and comments: Use an HTTPS URL
247c42e is described below

commit 247c42eee67c555a53b8e60b8947fd2c7a59f76e
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Jan 14 11:10:10 2024 -0500

    Javadoc and comments: Use an HTTPS URL
---
 .../java/org/apache/commons/jci2/compiler/rhino/RhinoJavaCompiler.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/compilers/rhino/src/main/java/org/apache/commons/jci2/compiler/rhino/RhinoJavaCompiler.java
 
b/compilers/rhino/src/main/java/org/apache/commons/jci2/compiler/rhino/RhinoJavaCompiler.java
index f230c9f..2560c73 100644
--- 
a/compilers/rhino/src/main/java/org/apache/commons/jci2/compiler/rhino/RhinoJavaCompiler.java
+++ 
b/compilers/rhino/src/main/java/org/apache/commons/jci2/compiler/rhino/RhinoJavaCompiler.java
@@ -62,7 +62,7 @@ public final class RhinoJavaCompiler extends 
AbstractJavaCompiler {
 
     /**
      * based on code from dev.helma.org
-     * 
http://dev.helma.org/source/file/helma/branches/rhinoloader/src/org/helma/javascript/RhinoLoader.java/?revision=95
+     * 
https://dev.helma.org/source/file/helma/branches/rhinoloader/src/org/helma/javascript/RhinoLoader.java/?revision=95
      */
     private final class RhinoCompilingClassLoader extends ClassLoader {
 

Reply via email to