You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ra...@apache.org on 2008/04/26 03:29:59 UTC

svn commit: r651771 - /commons/proper/scxml/branches/J6/src/main/java/org/apache/commons/scxml/env/javascript/JSContext.java

Author: rahul
Date: Fri Apr 25 18:29:56 2008
New Revision: 651771

URL: http://svn.apache.org/viewvc?rev=651771&view=rev
Log:
One more whitespace update.

Modified:
    commons/proper/scxml/branches/J6/src/main/java/org/apache/commons/scxml/env/javascript/JSContext.java

Modified: commons/proper/scxml/branches/J6/src/main/java/org/apache/commons/scxml/env/javascript/JSContext.java
URL: http://svn.apache.org/viewvc/commons/proper/scxml/branches/J6/src/main/java/org/apache/commons/scxml/env/javascript/JSContext.java?rev=651771&r1=651770&r2=651771&view=diff
==============================================================================
--- commons/proper/scxml/branches/J6/src/main/java/org/apache/commons/scxml/env/javascript/JSContext.java (original)
+++ commons/proper/scxml/branches/J6/src/main/java/org/apache/commons/scxml/env/javascript/JSContext.java Fri Apr 25 18:29:56 2008
@@ -40,7 +40,7 @@
      * constructor.
      */
     public JSContext() {
-       super();
+        super();
     }
 
     /**
@@ -51,8 +51,8 @@
      *
      */
     public JSContext(Context parent) {
-       super(parent);
-   }
+        super(parent);
+    }
 
 }