Skip to content

Commit

Permalink
Merge pull request #104 from policeman-tools/features/commons-io-impr…
Browse files Browse the repository at this point in the history
…ovements

Add some missing methods to commons-io signatures after another review
  • Loading branch information
uschindler authored Jun 14, 2016
2 parents d956c11 + 28333bf commit 040bfab
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,4 @@ org.apache.commons.io.IOUtils#toInputStream(java.lang.CharSequence)
org.apache.commons.io.IOUtils#write(java.lang.CharSequence,java.io.OutputStream)
org.apache.commons.io.output.WriterOutputStream#<init>(java.io.Writer)
org.apache.commons.io.input.ReaderInputStream#<init>(java.io.Reader)
org.apache.commons.io.FileUtils#write(java.io.File,java.lang.CharSequence)
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@
@defaultMessage Uses default charset
org.apache.commons.io.IOUtils#toString(java.net.URI)
org.apache.commons.io.IOUtils#toString(java.net.URL)
org.apache.commons.io.FileUtils#write(java.io.File,java.lang.CharSequence,boolean)
org.apache.commons.io.FileUtils#writeLines(java.io.File,java.util.Collection,boolean)
org.apache.commons.io.FileUtils#writeLines(java.io.File,java.util.Collection,java.lang.String,boolean)
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@
# limitations under the License.

@includeBundled commons-io-unsafe-2.1

@defaultMessage Uses default charset
org.apache.commons.io.input.ReversedLinesFileReader#<init>(java.io.File)

0 comments on commit 040bfab

Please sign in to comment.