This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-configuration.git
The following commit(s) were added to refs/heads/master by this push:
new 5973c0e Comment.
5973c0e is described below
commit 5973c0e2f15d1c354da37f46e10e80c9fbfa57ba
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Sep 26 21:54:17 2019 -0400
Comment.
---
.../apache/commons/configuration2/resolver/DefaultEntityResolver.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/src/main/java/org/apache/commons/configuration2/resolver/DefaultEntityResolver.java
b/src/main/java/org/apache/commons/configuration2/resolver/DefaultEntityResolver.java
index a4f8218..2ec4ac5 100644
---
a/src/main/java/org/apache/commons/configuration2/resolver/DefaultEntityResolver.java
+++
b/src/main/java/org/apache/commons/configuration2/resolver/DefaultEntityResolver.java
@@ -79,6 +79,7 @@ public class DefaultEntityResolver implements EntityResolver,
EntityRegistry
* @return an input source for the specified entity
* @throws org.xml.sax.SAXException if a parsing exception occurs
*/
+ @SuppressWarnings("resource") // The stream is managed by the InputSource
returned by this method.
@Override
public InputSource resolveEntity(final String publicId, final String
systemId)
throws SAXException