Update of /var/cvs/src/org/mmbase/framework
In directory james.mmbase.org:/tmp/cvs-serv12481
Modified Files:
Utils.java
Log Message:
showing uri rather them the complete string
See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/framework
Index: Utils.java
===================================================================
RCS file: /var/cvs/src/org/mmbase/framework/Utils.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- Utils.java 15 Jan 2009 19:28:58 -0000 1.7
+++ Utils.java 15 Jan 2009 21:21:47 -0000 1.8
@@ -23,7 +23,7 @@
* Static utilitiy methods which are related to (combine functionality of)
other classes in the packages.
*
* @author Michiel Meeuwissen
- * @version $Id: Utils.java,v 1.7 2009/01/15 19:28:58 michiel Exp $
+ * @version $Id: Utils.java,v 1.8 2009/01/15 21:21:47 michiel Exp $
* @since MMBase-1.9
*/
public abstract class Utils {
@@ -61,9 +61,9 @@
Document doc = dbuilder.parse(source);
return doc;
} catch (IOException ioe) {
- throw new FrameworkException(xml + ": " + ioe.getMessage(), ioe);
+ throw new FrameworkException(uri + ": " + ioe.getMessage(), ioe);
} catch (SAXException se) {
- throw new FrameworkException(xml + ": " + se.getMessage(), se);
+ throw new FrameworkException(uri + ": " + se.getMessage(), se);
}
}
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs