You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2013/08/18 23:24:51 UTC

svn commit: r1515221 - /commons/proper/jci/trunk/compilers/rhino/src/main/java/org/apache/commons/jci/compilers/RhinoJavaCompiler.java

Author: sebb
Date: Sun Aug 18 21:24:50 2013
New Revision: 1515221

URL: http://svn.apache.org/r1515221
Log:
Exception not thrown

Modified:
    commons/proper/jci/trunk/compilers/rhino/src/main/java/org/apache/commons/jci/compilers/RhinoJavaCompiler.java

Modified: commons/proper/jci/trunk/compilers/rhino/src/main/java/org/apache/commons/jci/compilers/RhinoJavaCompiler.java
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/compilers/rhino/src/main/java/org/apache/commons/jci/compilers/RhinoJavaCompiler.java?rev=1515221&r1=1515220&r2=1515221&view=diff
==============================================================================
--- commons/proper/jci/trunk/compilers/rhino/src/main/java/org/apache/commons/jci/compilers/RhinoJavaCompiler.java (original)
+++ commons/proper/jci/trunk/compilers/rhino/src/main/java/org/apache/commons/jci/compilers/RhinoJavaCompiler.java Sun Aug 18 21:24:50 2013
@@ -183,7 +183,7 @@ public final class RhinoJavaCompiler ext
         }
 
 
-        private Class<?> compileClass( final Context pContext, final String pSourceName, final String pClassName, final Class<?> pSuperClass, final Class<?>[] pInterfaces) throws IOException {
+        private Class<?> compileClass( final Context pContext, final String pSourceName, final String pClassName, final Class<?> pSuperClass, final Class<?>[] pInterfaces) {
 
             final CompilerEnvirons environments = new CompilerEnvirons();
             environments.initFromContext(pContext);