jaxp/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/functions/FuncSystemProperty.java
changeset 31287 d6581a7c221f
parent 31284 e9b8469adb9a
child 44797 8b3b3b911b8a
equal deleted inserted replaced
31286:4c6b605ceb9f 31287:d6581a7c221f
   155     else
   155     else
   156       return new XString(result);
   156       return new XString(result);
   157   }
   157   }
   158 
   158 
   159   /**
   159   /**
   160    * Retrieve a property bundle from a XSLT_PROPERTIES
   160    * Retrieve a property bundle from XSLT_PROPERTIES
   161    *
   161    *
   162    * @param target The target property bag the file will be placed into.
   162    * @param target The target property bag the file will be placed into.
   163    */
   163    */
   164   private void loadPropertyFile(Properties target)
   164   private void loadPropertyFile(Properties target)
   165   {
   165   {