Author: sebb
Date: Sat May 22 14:48:05 2010
New Revision: 947302

URL: http://svn.apache.org/viewvc?rev=947302&view=rev
Log:
Not true

Modified:
    
jakarta/bsf/branches/bsf3.x/bsf-api/src/test/java/org/apache/bsf/FactoryTest.java

Modified: 
jakarta/bsf/branches/bsf3.x/bsf-api/src/test/java/org/apache/bsf/FactoryTest.java
URL: 
http://svn.apache.org/viewvc/jakarta/bsf/branches/bsf3.x/bsf-api/src/test/java/org/apache/bsf/FactoryTest.java?rev=947302&r1=947301&r2=947302&view=diff
==============================================================================
--- 
jakarta/bsf/branches/bsf3.x/bsf-api/src/test/java/org/apache/bsf/FactoryTest.java
 (original)
+++ 
jakarta/bsf/branches/bsf3.x/bsf-api/src/test/java/org/apache/bsf/FactoryTest.java
 Sat May 22 14:48:05 2010
@@ -47,7 +47,6 @@ public class FactoryTest extends TestCas
         try {
             // Check for a method that's unlikely to be in any but the BSF 
implementation
             sem.getClass().getDeclaredMethod("initXMLHelper", new 
Class[]{ClassLoader.class});
-            // Could alternatively use one of the private fields
             isBSFClass = Boolean.TRUE;
         } catch (SecurityException e) {
             // Leave as null - we don't know the answer



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@jakarta.apache.org
For additional commands, e-mail: notifications-h...@jakarta.apache.org

Reply via email to