You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2017/11/07 10:04:39 UTC

[sling-org-apache-sling-scripting-java] 06/43: SLING-1975 Remove copy-paste induced invalid character

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

rombert pushed a commit to annotated tag org.apache.sling.scripting.java-2.0.10
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-scripting-java.git

commit 0dc7d346e95e690d101b3b52e4df1f54e5649aa7
Author: Felix Meschberger <fm...@apache.org>
AuthorDate: Thu Feb 10 13:05:15 2011 +0000

    SLING-1975 Remove copy-paste induced invalid character
    
    git-svn-id: https://svn.apache.org/repos/asf/sling/trunk/contrib/scripting/java@1069378 13f79535-47bb-0310-9956-ffa450edef68
---
 .../org/apache/sling/scripting/java/impl/JavaScriptEngineFactory.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/org/apache/sling/scripting/java/impl/JavaScriptEngineFactory.java b/src/main/java/org/apache/sling/scripting/java/impl/JavaScriptEngineFactory.java
index ea886fe..60d4063 100644
--- a/src/main/java/org/apache/sling/scripting/java/impl/JavaScriptEngineFactory.java
+++ b/src/main/java/org/apache/sling/scripting/java/impl/JavaScriptEngineFactory.java
@@ -128,7 +128,7 @@ public class JavaScriptEngineFactory
      */
     public Object getParameter(String name) {
         if ("THREADING".equals(name)) {
-            return "STATELESS”";
+            return "STATELESS";
         }
 
         return super.getParameter(name);

-- 
To stop receiving notification emails like this one, please contact
"commits@sling.apache.org" <co...@sling.apache.org>.