change comment

dev
YuQing 2019-10-29 09:27:00 +08:00
parent fb86f94ad8
commit 3fb2d4952e
20 changed files with 23 additions and 21 deletions

View File

@ -37,7 +37,7 @@
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId> <artifactId>maven-compiler-plugin</artifactId>
<!--<version>3.5.1</version>--> <version>3.5.1</version>
<configuration> <configuration>
<encoding>UTF-8</encoding> <encoding>UTF-8</encoding>
<source>${jdk.version}</source> <source>${jdk.version}</source>

View File

@ -3,7 +3,7 @@
* <p> * <p>
* FastDFS Java Client may be copied only under the terms of the GNU Lesser * FastDFS Java Client may be copied only under the terms of the GNU Lesser
* General Public License (LGPL). * General Public License (LGPL).
* Please visit the FastDFS Home Page http://www.csource.org/ for more detail. * Please visit the FastDFS Home Page https://github.com/happyfish100/fastdfs for more detail.
**/ **/
package org.csource.common; package org.csource.common;

View File

@ -3,7 +3,7 @@
* *
* FastDFS Java Client may be copied only under the terms of the GNU Lesser * FastDFS Java Client may be copied only under the terms of the GNU Lesser
* General Public License (LGPL). * General Public License (LGPL).
* Please visit the FastDFS Home Page http://www.csource.org/ for more detail. * Please visit the FastDFS Home Page https://github.com/happyfish100/fastdfs for more detail.
*/ */
package org.csource.common; package org.csource.common;

View File

@ -3,7 +3,7 @@
* *
* FastDFS Java Client may be copied only under the terms of the GNU Lesser * FastDFS Java Client may be copied only under the terms of the GNU Lesser
* General Public License (LGPL). * General Public License (LGPL).
* Please visit the FastDFS Home Page http://www.csource.org/ for more detail. * Please visit the FastDFS Home Page https://github.com/happyfish100/fastdfs for more detail.
*/ */
package org.csource.common; package org.csource.common;

View File

@ -3,7 +3,7 @@
* <p> * <p>
* FastDFS Java Client may be copied only under the terms of the GNU Lesser * FastDFS Java Client may be copied only under the terms of the GNU Lesser
* General Public License (LGPL). * General Public License (LGPL).
* Please visit the FastDFS Home Page http://www.csource.org/ for more detail. * Please visit the FastDFS Home Page https://github.com/happyfish100/fastdfs for more detail.
**/ **/
package org.csource.fastdfs; package org.csource.fastdfs;

View File

@ -3,7 +3,7 @@
* <p> * <p>
* FastDFS Java Client may be copied only under the terms of the GNU Lesser * FastDFS Java Client may be copied only under the terms of the GNU Lesser
* General Public License (LGPL). * General Public License (LGPL).
* Please visit the FastDFS Home Page http://www.csource.org/ for more detail. * Please visit the FastDFS Home Page https://github.com/happyfish100/fastdfs for more detail.
*/ */
package org.csource.fastdfs; package org.csource.fastdfs;

View File

@ -3,7 +3,7 @@
* <p> * <p>
* FastDFS Java Client may be copied only under the terms of the GNU Lesser * FastDFS Java Client may be copied only under the terms of the GNU Lesser
* General Public License (LGPL). * General Public License (LGPL).
* Please visit the FastDFS Home Page http://www.csource.org/ for more detail. * Please visit the FastDFS Home Page https://github.com/happyfish100/fastdfs for more detail.
*/ */
package org.csource.fastdfs; package org.csource.fastdfs;

View File

@ -3,7 +3,7 @@
* <p> * <p>
* FastDFS Java Client may be copied only under the terms of the GNU Lesser * FastDFS Java Client may be copied only under the terms of the GNU Lesser
* General Public License (LGPL). * General Public License (LGPL).
* Please visit the FastDFS Home Page http://www.csource.org/ for more detail. * Please visit the FastDFS Home Page https://github.com/happyfish100/fastdfs for more detail.
**/ **/
package org.csource.fastdfs; package org.csource.fastdfs;

View File

@ -3,7 +3,7 @@
* <p> * <p>
* FastDFS Java Client may be copied only under the terms of the GNU Lesser * FastDFS Java Client may be copied only under the terms of the GNU Lesser
* General Public License (LGPL). * General Public License (LGPL).
* Please visit the FastDFS Home Page http://www.csource.org/ for more detail. * Please visit the FastDFS Home Page https://github.com/happyfish100/fastdfs for more detail.
*/ */
package org.csource.fastdfs; package org.csource.fastdfs;

View File

@ -3,7 +3,7 @@
* <p> * <p>
* FastDFS Java Client may be copied only under the terms of the GNU Lesser * FastDFS Java Client may be copied only under the terms of the GNU Lesser
* General Public License (LGPL). * General Public License (LGPL).
* Please visit the FastDFS Home Page http://www.csource.org/ for more detail. * Please visit the FastDFS Home Page https://github.com/happyfish100/fastdfs for more detail.
*/ */
package org.csource.fastdfs; package org.csource.fastdfs;

View File

@ -3,7 +3,7 @@
* <p> * <p>
* FastDFS Java Client may be copied only under the terms of the GNU Lesser * FastDFS Java Client may be copied only under the terms of the GNU Lesser
* General Public License (LGPL). * General Public License (LGPL).
* Please visit the FastDFS Home Page http://www.csource.org/ for more detail. * Please visit the FastDFS Home Page https://github.com/happyfish100/fastdfs for more detail.
*/ */
package org.csource.fastdfs; package org.csource.fastdfs;
@ -18,6 +18,7 @@ import java.util.Arrays;
/** /**
* Storage client for 2 fields file id: group name and filename * Storage client for 2 fields file id: group name and filename
* Note: the instance of this class is NOT thread safe !!!
* *
* @author Happy Fish / YuQing * @author Happy Fish / YuQing
* @version Version 1.24 * @version Version 1.24

View File

@ -3,7 +3,7 @@
* <p> * <p>
* FastDFS Java Client may be copied only under the terms of the GNU Lesser * FastDFS Java Client may be copied only under the terms of the GNU Lesser
* General Public License (LGPL). * General Public License (LGPL).
* Please visit the FastDFS Home Page http://www.csource.org/ for more detail. * Please visit the FastDFS Home Page https://github.com/happyfish100/fastdfs for more detail.
*/ */
package org.csource.fastdfs; package org.csource.fastdfs;

View File

@ -3,7 +3,7 @@
* <p> * <p>
* FastDFS Java Client may be copied only under the terms of the GNU Lesser * FastDFS Java Client may be copied only under the terms of the GNU Lesser
* General Public License (LGPL). * General Public License (LGPL).
* Please visit the FastDFS Home Page http://www.csource.org/ for more detail. * Please visit the FastDFS Home Page https://github.com/happyfish100/fastdfs for more detail.
*/ */
package org.csource.fastdfs; package org.csource.fastdfs;

View File

@ -3,7 +3,7 @@
* <p> * <p>
* FastDFS Java Client may be copied only under the terms of the GNU Lesser * FastDFS Java Client may be copied only under the terms of the GNU Lesser
* General Public License (LGPL). * General Public License (LGPL).
* Please visit the FastDFS Home Page http://www.csource.org/ for more detail. * Please visit the FastDFS Home Page https://github.com/happyfish100/fastdfs for more detail.
*/ */
package org.csource.fastdfs; package org.csource.fastdfs;

View File

@ -3,7 +3,7 @@
* <p> * <p>
* FastDFS Java Client may be copied only under the terms of the GNU Lesser * FastDFS Java Client may be copied only under the terms of the GNU Lesser
* General Public License (LGPL). * General Public License (LGPL).
* Please visit the FastDFS Home Page http://www.csource.org/ for more detail. * Please visit the FastDFS Home Page https://github.com/happyfish100/fastdfs for more detail.
*/ */
package org.csource.fastdfs; package org.csource.fastdfs;

View File

@ -3,7 +3,7 @@
* <p> * <p>
* FastDFS Java Client may be copied only under the terms of the GNU Lesser * FastDFS Java Client may be copied only under the terms of the GNU Lesser
* General Public License (LGPL). * General Public License (LGPL).
* Please visit the FastDFS Home Page http://www.csource.org/ for more detail. * Please visit the FastDFS Home Page https://github.com/happyfish100/fastdfs for more detail.
*/ */
package org.csource.fastdfs; package org.csource.fastdfs;

View File

@ -3,7 +3,7 @@
* <p> * <p>
* FastDFS Java Client may be copied only under the terms of the GNU Lesser * FastDFS Java Client may be copied only under the terms of the GNU Lesser
* General Public License (LGPL). * General Public License (LGPL).
* Please visit the FastDFS Home Page http://www.csource.org/ for more detail. * Please visit the FastDFS Home Page https://github.com/happyfish100/fastdfs for more detail.
*/ */
package org.csource.fastdfs; package org.csource.fastdfs;
@ -14,7 +14,8 @@ import java.net.Socket;
import java.util.Arrays; import java.util.Arrays;
/** /**
* Tracker client * Tracker client for request to tracker server
* Note: the instance of this class is NOT thread safe !!!
* *
* @author Happy Fish / YuQing * @author Happy Fish / YuQing
* @version Version 1.19 * @version Version 1.19

View File

@ -3,7 +3,7 @@
* <p> * <p>
* FastDFS Java Client may be copied only under the terms of the GNU Lesser * FastDFS Java Client may be copied only under the terms of the GNU Lesser
* General Public License (LGPL). * General Public License (LGPL).
* Please visit the FastDFS Home Page http://www.csource.org/ for more detail. * Please visit the FastDFS Home Page https://github.com/happyfish100/fastdfs for more detail.
*/ */
package org.csource.fastdfs; package org.csource.fastdfs;

View File

@ -3,7 +3,7 @@
* <p> * <p>
* FastDFS Java Client may be copied only under the terms of the GNU Lesser * FastDFS Java Client may be copied only under the terms of the GNU Lesser
* General Public License (LGPL). * General Public License (LGPL).
* Please visit the FastDFS Home Page http://www.csource.org/ for more detail. * Please visit the FastDFS Home Page https://github.com/happyfish100/fastdfs for more detail.
*/ */
package org.csource.fastdfs; package org.csource.fastdfs;

View File

@ -3,7 +3,7 @@
* <p> * <p>
* FastDFS Java Client may be copied only under the terms of the GNU Lesser * FastDFS Java Client may be copied only under the terms of the GNU Lesser
* General Public License (LGPL). * General Public License (LGPL).
* Please visit the FastDFS Home Page http://www.csource.org/ for more detail. * Please visit the FastDFS Home Page https://github.com/happyfish100/fastdfs for more detail.
*/ */
package org.csource.fastdfs; package org.csource.fastdfs;