01: /*
02: * JBoss, the OpenSource J2EE webOS
03: *
04: * Distributable under LGPL license.
05: * See terms of license at gnu.org.
06: */
07: package org.jboss.test.classloader.circularity.support;
08:
09: /**
10: * @author Scott.Stark@jboss.org
11: * @version $Revision: 30203 $
12: */
13: public class HARMIServerImpl_Stub implements HARMIServer {
14: }
|