- Timestamp:
- 09/24/08 20:54:49 (2 months ago)
- Location:
- lang/java/misc/memcachedclient
- Files:
-
- 1 modified
- 1 moved
-
memcachedclient.bat (moved) (moved from lang/java/misc/memcachedclient/run.bat)
-
src/net/kaoriya/mattn/memcached/jMemCachedClient.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/java/misc/memcachedclient/src/net/kaoriya/mattn/memcached/jMemCachedClient.java
r19821 r19822 45 45 /** 46 46 * constructor of jMemCachedClient. 47 * @throws IOException 47 * @throws IOException throw when couldn't create memcached client. 48 48 */ 49 49 public jMemCachedClient() throws IOException { … … 167 167 /** 168 168 * main entry. 169 * @param args 170 * @throws IOException 169 * @param args command-line arguments. 170 * @throws IOException throw when couldn't create memcached client. 171 171 */ 172 172 public static void main(String[] args) throws IOException {
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)