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


The following commit(s) were added to refs/heads/MSCRIPTING-8 by this push:
     new 9a55c37  MSCRIPTING-8: Fix JavaDoc
9a55c37 is described below

commit 9a55c37375b6e5dc0a8f1d043f2fe02d5b4f8e36
Author: rfscholte <rfscho...@apache.org>
AuthorDate: Tue Dec 7 08:58:43 2021 +0100

    MSCRIPTING-8: Fix JavaDoc
---
 .../org/apache/maven/plugins/scripting/ResourceScriptEvaluator.java  | 5 +++--
 1 file changed, 3 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 8a517ab..5321226 100644
--- 
a/src/main/java/org/apache/maven/plugins/scripting/ResourceScriptEvaluator.java
+++ 
b/src/main/java/org/apache/maven/plugins/scripting/ResourceScriptEvaluator.java
@@ -31,8 +31,9 @@ import javax.script.ScriptEngineManager;
 import javax.script.ScriptException;
 
 /**
- * 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.
+ * Evaluates a script held in a resource. Use the engine name to override the 
engine if the resource name does not
+ * refer/decode to a valid engine name or not define any at all.
+ * 
  * @author Robert Scholte
  */
 public class ResourceScriptEvaluator extends AbstractScriptEvaluator

Reply via email to