Skip to content
This repository has been archived by the owner on Aug 20, 2021. It is now read-only.

Commit

Permalink
📝 update javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
venusdrogon committed Aug 14, 2018
1 parent 259aa3e commit 9e32e6c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.feilong.platform</groupId>
<artifactId>parent</artifactId>
<version>1.12.8-SNAPSHOT</version>
<version>1.12.8</version>
</parent>

<artifactId>feilong-io</artifactId>
Expand Down
6 changes: 6 additions & 0 deletions src/main/java/com/feilong/io/IOReaderUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ public static String readFileToString(String filePath,String charsetName){
feilong
* </pre>
*
* </blockquote>
*
* @param file
* 文件
* @param charsetName
Expand Down Expand Up @@ -208,6 +210,8 @@ public static String readFileToString(File file,String charsetName){
feilong
* </pre>
*
* </blockquote>
*
* @param fileInputStream
* the file input stream
* @param charsetName
Expand Down Expand Up @@ -298,6 +302,8 @@ public static String getContent(FileInputStream fileInputStream,String charsetNa
Disallow: /
* </pre>
*
* </blockquote>
*
* @param inputStream
* the input stream
* @param charsetName
Expand Down

0 comments on commit 9e32e6c

Please sign in to comment.