KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > inversoft > verge > config > test > TestConfigRegistry2


1 /*
2  * Copyright (c) 2003, 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.verge.config.test;
8
9
10 import com.inversoft.config.ConfigRegistry;
11
12
13 /**
14  * <p>
15  * This class is a test implementation of the config registry
16  * </p>
17  *
18  * @author Brian Pontarelli
19  * @since 2.0
20  * @version 2.0
21  */

22 public class TestConfigRegistry2 implements ConfigRegistry {
23
24     public static final ConfigRegistry INSTANCE = new TestConfigRegistry();
25 }
26
Popular Tags