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 2015/08/16 11:25:33 UTC

svn commit: r1696127 - /commons/proper/bcel/trunk/src/examples/ProxyCreator.java

Author: sebb
Date: Sun Aug 16 09:25:33 2015
New Revision: 1696127

URL: http://svn.apache.org/r1696127
Log:
BCEL-110 Problem with JAXB if the bcel classloader is used; remove the broken ClassLoader class

Modified:
    commons/proper/bcel/trunk/src/examples/ProxyCreator.java

Modified: commons/proper/bcel/trunk/src/examples/ProxyCreator.java
URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/examples/ProxyCreator.java?rev=1696127&r1=1696126&r2=1696127&view=diff
==============================================================================
--- commons/proper/bcel/trunk/src/examples/ProxyCreator.java (original)
+++ commons/proper/bcel/trunk/src/examples/ProxyCreator.java Sun Aug 16 09:25:33 2015
@@ -48,7 +48,6 @@ import org.apache.commons.bcel6.generic.
  *
  * @version $Id$
  * @see org.apache.commons.bcel6.util.JavaWrapper
- * @see org.apache.commons.bcel6.util.ClassLoader
  * @see Utility
  */
 public class ProxyCreator {