[java-support] branch maint-7 updated: Update expandEntityReferences Javadoc to correct default value.

Brent Putman putmanb at georgetown.edu
Fri Mar 2 14:55:21 EST 2018


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

putmanb pushed a commit to branch maint-7
in repository java-support.

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

The following commit(s) were added to refs/heads/maint-7 by this push:
       new  82ec7bf   Update expandEntityReferences Javadoc to correct default value.
82ec7bf is described below

commit 82ec7bf2d37acffdb8b101db977a71191c4b1cd6
Author: Brent Putman <putmanb at georgetown.edu>
AuthorDate: Fri Mar 2 14:55:13 2018 -0500

    Update expandEntityReferences Javadoc to correct default value.
---
 .../java/net/shibboleth/utilities/java/support/xml/BasicParserPool.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/java/net/shibboleth/utilities/java/support/xml/BasicParserPool.java b/src/main/java/net/shibboleth/utilities/java/support/xml/BasicParserPool.java
index a98c612..69e1119 100644
--- a/src/main/java/net/shibboleth/utilities/java/support/xml/BasicParserPool.java
+++ b/src/main/java/net/shibboleth/utilities/java/support/xml/BasicParserPool.java
@@ -96,7 +96,7 @@ public class BasicParserPool extends AbstractInitializableComponent implements P
     /** Whether the builders are coalescing. Default value: true */
     private boolean coalescing;
 
-    /** Whether the builders expand entity references. Default value: true */
+    /** Whether the builders expand entity references. Default value: false */
     private boolean expandEntityReferences;
 
     /** Builder features. */

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


More information about the commits mailing list