1 package net.sourceforge.rpgee.utility; 2 3 public interface Constants { 4 public final static String SERVER_URL = "server.url"; 5 }