TestingConstants.java
上传用户:qing5858
上传日期:2015-10-27
资源大小:6056k
文件大小:0k
源码类别:

搜索引擎

开发平台:

Java

  1. package net.javacoding.jspider.functional;
  2. /**
  3.  * $Id: TestingConstants.java,v 1.1 2003/04/10 16:19:21 vanrogu Exp $
  4.  */
  5. public interface TestingConstants {
  6.     public static final String HOST = "j-spider.sourceforge.net";
  7. //    public static final String HOST = "localhost";
  8. }