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

Ian Young ian at iay.org.uk
Tue Mar 6 08:44:58 EST 2018


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

iay 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=01a2bf7f43f7d25189c16b1ed12ac85ee36c93c2

The following commit(s) were added to refs/heads/master by this push:
       new  01a2bf7   Update expandEntityReferences Javadoc to correct default value.
01a2bf7 is described below

commit 01a2bf7f43f7d25189c16b1ed12ac85ee36c93c2
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