<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to ConfigKeys</title><link>https://sourceforge.net/p/garyproject00/wiki/ConfigKeys/</link><description>Recent changes to ConfigKeys</description><atom:link href="https://sourceforge.net/p/garyproject00/wiki/ConfigKeys/feed" rel="self"/><language>en</language><lastBuildDate>Tue, 24 Apr 2018 20:16:40 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/garyproject00/wiki/ConfigKeys/feed" rel="self" type="application/rss+xml"/><item><title>ConfigKeys modified by Gary Cheng</title><link>https://sourceforge.net/p/garyproject00/wiki/ConfigKeys/</link><description>&lt;div class="markdown_content"&gt;&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;package com.ezshop.common;

/**
 * The key names in config file
 *
 * @author Gary Cheng
 */
public interface ConfigKeys {
    String KEY_HOST = "host";
    String KEY_PORT = "port";
    String KEY_ROOT = "root";
}
&lt;/pre&gt;&lt;/div&gt;

&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Gary Cheng</dc:creator><pubDate>Tue, 24 Apr 2018 20:16:40 -0000</pubDate><guid>https://sourceforge.net8041b00ade97628d48ce955e14b1416b2b7cdc63</guid></item></channel></rss>