/hg/release/icedtea7-forest-2.3/jaxp: 8001235: Improve JAXP HTTP...
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Sat Feb 2 11:14:56 PST 2013
changeset 91fcc41a0b4b in /hg/release/icedtea7-forest-2.3/jaxp
details: http://icedtea.classpath.org/hg/release/icedtea7-forest-2.3/jaxp?cmd=changeset;node=91fcc41a0b4b
author: joehw
date: Mon Oct 29 11:53:57 2012 -0700
8001235: Improve JAXP HTTP handling
Reviewed-by: lancea, skoivu
diffstat:
src/com/sun/org/apache/xpath/internal/functions/FuncSystemProperty.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r aa3654afea12 -r 91fcc41a0b4b src/com/sun/org/apache/xpath/internal/functions/FuncSystemProperty.java
--- a/src/com/sun/org/apache/xpath/internal/functions/FuncSystemProperty.java Mon Jan 14 22:24:57 2013 +0000
+++ b/src/com/sun/org/apache/xpath/internal/functions/FuncSystemProperty.java Mon Oct 29 11:53:57 2012 -0700
@@ -165,7 +165,7 @@
* should already be fully qualified as path/filename
* @param target The target property bag the file will be placed into.
*/
- public void loadPropertyFile(String file, Properties target)
+ private void loadPropertyFile(String file, Properties target)
{
try
{
More information about the distro-pkg-dev
mailing list