Skip to content

Commit

Permalink
change comment
Browse files Browse the repository at this point in the history
  • Loading branch information
happyfish100 committed Oct 29, 2019
1 parent fb86f94 commit 3fb2d49
Show file tree
Hide file tree
Showing 20 changed files with 23 additions and 21 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<!--<version>3.5.1</version>-->
<version>3.5.1</version>
<configuration>
<encoding>UTF-8</encoding>
<source>${jdk.version}</source>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/csource/common/IniFileReader.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* <p>
* FastDFS Java Client may be copied only under the terms of the GNU Lesser
* 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;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/csource/common/MyException.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* FastDFS Java Client may be copied only under the terms of the GNU Lesser
* 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;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/csource/common/NameValuePair.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* FastDFS Java Client may be copied only under the terms of the GNU Lesser
* 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;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/csource/fastdfs/ClientGlobal.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* <p>
* FastDFS Java Client may be copied only under the terms of the GNU Lesser
* 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;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/csource/fastdfs/DownloadCallback.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* <p>
* FastDFS Java Client may be copied only under the terms of the GNU Lesser
* 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;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/csource/fastdfs/FileInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* <p>
* FastDFS Java Client may be copied only under the terms of the GNU Lesser
* 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;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/csource/fastdfs/ProtoCommon.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* <p>
* FastDFS Java Client may be copied only under the terms of the GNU Lesser
* 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;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/csource/fastdfs/ProtoStructDecoder.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* <p>
* FastDFS Java Client may be copied only under the terms of the GNU Lesser
* 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;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/csource/fastdfs/ServerInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* <p>
* FastDFS Java Client may be copied only under the terms of the GNU Lesser
* 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;
Expand Down
3 changes: 2 additions & 1 deletion src/main/java/org/csource/fastdfs/StorageClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* <p>
* FastDFS Java Client may be copied only under the terms of the GNU Lesser
* 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;
Expand All @@ -18,6 +18,7 @@

/**
* 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
* @version Version 1.24
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/csource/fastdfs/StorageClient1.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* <p>
* FastDFS Java Client may be copied only under the terms of the GNU Lesser
* 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;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/csource/fastdfs/StorageServer.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* <p>
* FastDFS Java Client may be copied only under the terms of the GNU Lesser
* 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;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/csource/fastdfs/StructBase.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* <p>
* FastDFS Java Client may be copied only under the terms of the GNU Lesser
* 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;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/csource/fastdfs/StructGroupStat.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* <p>
* FastDFS Java Client may be copied only under the terms of the GNU Lesser
* 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;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/csource/fastdfs/StructStorageStat.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* <p>
* FastDFS Java Client may be copied only under the terms of the GNU Lesser
* 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;
Expand Down
5 changes: 3 additions & 2 deletions src/main/java/org/csource/fastdfs/TrackerClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* <p>
* FastDFS Java Client may be copied only under the terms of the GNU Lesser
* 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;
Expand All @@ -14,7 +14,8 @@
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
* @version Version 1.19
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/csource/fastdfs/TrackerGroup.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* <p>
* FastDFS Java Client may be copied only under the terms of the GNU Lesser
* 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;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/csource/fastdfs/TrackerServer.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* <p>
* FastDFS Java Client may be copied only under the terms of the GNU Lesser
* 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;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/org/csource/fastdfs/UploadCallback.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* <p>
* FastDFS Java Client may be copied only under the terms of the GNU Lesser
* 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;
Expand Down

0 comments on commit 3fb2d49

Please sign in to comment.