This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a commit to branch MSCRIPTING-8
in repository https://gitbox.apache.org/repos/asf/maven-scripting-plugin.git

commit cbbc5e8ab117bf9a7427adf9efd3636ff95a13fe
Author: rfscholte <rfscho...@apache.org>
AuthorDate: Mon Dec 6 23:37:54 2021 +0100

    MSCRIPTING-8: Fix JavaDoc
---
 .../org/apache/maven/plugins/scripting/ResourceScriptEvaluator.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/src/main/java/org/apache/maven/plugins/scripting/ResourceScriptEvaluator.java 
b/src/main/java/org/apache/maven/plugins/scripting/ResourceScriptEvaluator.java
index 13d537f..8a517ab 100644
--- 
a/src/main/java/org/apache/maven/plugins/scripting/ResourceScriptEvaluator.java
+++ 
b/src/main/java/org/apache/maven/plugins/scripting/ResourceScriptEvaluator.java
@@ -31,7 +31,7 @@ import javax.script.ScriptEngineManager;
 import javax.script.ScriptException;
 
 /**
- * Evaluates a script held in a file. Use the engine name to override the 
engine if the file name does not refer/decode
+ * Evaluates a script held in a resource. Use the engine name to override the 
engine if the file name does not refer/decode
  * to a valid engine name or not define any at all.
  * @author Robert Scholte
  */
@@ -50,7 +50,7 @@ public class ResourceScriptEvaluator extends 
AbstractScriptEvaluator
 
   /**
    * @param engineName optional engine name, used to override the engine 
selection from the file extension
-   * @param scriptFile not null
+   * @param resourceName not null
    */
   public ResourceScriptEvaluator( String engineName, String resourceName )
   {

Reply via email to