Changeset 19822 for lang/java

Show
Ignore:
Timestamp:
09/24/08 20:54:49 (2 months ago)
Author:
mattn
Message:

- added poor javadoc.
- renamed 'run.bat' to 'memcachedclient.bat'.

Location:
lang/java/misc/memcachedclient
Files:
1 modified
1 moved

Legend:

Unmodified
Added
Removed
  • lang/java/misc/memcachedclient/src/net/kaoriya/mattn/memcached/jMemCachedClient.java

    r19821 r19822  
    4545        /** 
    4646         * constructor of jMemCachedClient. 
    47          * @throws IOException 
     47         * @throws IOException throw when couldn't create memcached client. 
    4848         */ 
    4949        public jMemCachedClient() throws IOException { 
     
    167167        /** 
    168168         * main entry. 
    169          * @param args 
    170          * @throws IOException 
     169         * @param args command-line arguments. 
     170         * @throws IOException throw when couldn't create memcached client. 
    171171         */ 
    172172        public static void main(String[] args) throws IOException {