[java-support] branch master updated: IDP-1515 Make EvaluableScript final

Rod Widdowson rdw at steadingsoftware.com
Sat Feb 29 10:32:57 EST 2020


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch master
in repository java-support.

View the commit online:
http://git.shibboleth.net/view/?p=java-support.git;a=commit;h=9d528df35f6c70883b3d2098144d8b021775efae

The following commit(s) were added to refs/heads/master by this push:
       new  9d528df   IDP-1515 Make EvaluableScript final
9d528df is described below

commit 9d528df35f6c70883b3d2098144d8b021775efae
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sat Feb 29 12:06:28 2020 +0000

    IDP-1515 Make EvaluableScript final
    
    https://issues.shibboleth.net/jira/browse/IDP-1515
---
 .../shibboleth/utilities/java/support/scripting/EvaluableScript.java  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/net/shibboleth/utilities/java/support/scripting/EvaluableScript.java b/src/main/java/net/shibboleth/utilities/java/support/scripting/EvaluableScript.java
index 0c644a4..53bc4ce 100644
--- a/src/main/java/net/shibboleth/utilities/java/support/scripting/EvaluableScript.java
+++ b/src/main/java/net/shibboleth/utilities/java/support/scripting/EvaluableScript.java
@@ -41,7 +41,7 @@ import net.shibboleth.utilities.java.support.resource.Resource;
 import com.google.common.io.Files;
 
 /** This is a helper class that takes care of reading in, optionally compiling, and evaluating a script. */
-public class EvaluableScript {
+public final class EvaluableScript {
 
     /** The scripting language. */
     @Nonnull @NotEmpty private final String scriptLanguage;
@@ -289,4 +289,4 @@ public class EvaluableScript {
         }
     }
     
-}
\ No newline at end of file
+}

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list