[java-support] branch master updated: Remove TODO after modifying to use try-with-resources.

Scott Cantor cantor.2 at osu.edu
Thu Dec 29 14:04:16 EST 2016


This is an automated email from the git hooks/post-receive script.

scantor pushed a commit to branch master
in repository java-support.

View the commit online:
http://git.shibboleth.net/view/?p=java-support.git;a=commit;h=284e4e9a701af390094171d22276515cc713c579

The following commit(s) were added to refs/heads/master by this push:
       new  284e4e9   Remove TODO after modifying to use try-with-resources.
284e4e9 is described below

commit 284e4e9a701af390094171d22276515cc713c579
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Dec 29 14:04:14 2016 -0500

    Remove TODO after modifying to use try-with-resources.
---
 .../net/shibboleth/utilities/java/support/primitive/StringSupport.java   | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/main/java/net/shibboleth/utilities/java/support/primitive/StringSupport.java b/src/main/java/net/shibboleth/utilities/java/support/primitive/StringSupport.java
index 98f2102..2724ec5 100644
--- a/src/main/java/net/shibboleth/utilities/java/support/primitive/StringSupport.java
+++ b/src/main/java/net/shibboleth/utilities/java/support/primitive/StringSupport.java
@@ -58,7 +58,6 @@ public final class StringSupport {
      * 
      * @throws IOException thrown if there is a problem reading from the stream and decoding it
      */
-    // TODO port from v2, not sure if correct
     @Nonnull public static String inputStreamToString(@Nonnull final InputStream input,
             @Nullable final CharsetDecoder decoder) throws IOException {
         CharsetDecoder charsetDecoder = decoder;

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list