KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > inversoft > config > test > WrongFactory


1 /*
2  * Copyright (c) 2003-2004, Inversoft
3  *
4  * This software is distribuable under the GNU Lesser General Public License.
5  * For more information visit gnu.org.
6  */

7 package com.inversoft.config.test;
8
9
10 /**
11  * <p>
12  * This class is a factory, but does not extend the correct
13  * class.
14  * </p>
15  *
16  * @author Brian Pontarelli
17  */

18 public class WrongFactory {
19 }
20
Popular Tags