matthiasblaesing commented on issue #2080: NETBEANS-4176-Unescape javadoc title after parsing URL: https://github.com/apache/netbeans/pull/2080#issuecomment-616187803 Thank you for the update. I don't think that `SimpleTitleParser` should implement `AutoCloseable`. I would just pull the `InputStream` creation into the try-with-resource. The `SimpleTitleParser` can be constructed inside the `try` block.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
