KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > net > javacoding > jspider > functional > TestingConstants


1 package net.javacoding.jspider.functional;
2
3 /**
4  * $Id: TestingConstants.java,v 1.1 2003/04/10 16:19:21 vanrogu Exp $
5  */

6 public interface TestingConstants {
7
8     public static final String JavaDoc HOST = "j-spider.sourceforge.net";
9 // public static final String HOST = "localhost";
10

11 }
12
Popular Tags