Update of /var/cvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib/pageflow
In directory james.mmbase.org:/tmp/cvs-serv9808
Modified Files:
Url.java
Log Message:
removed another superflous toString (could even give NPE)
See also:
http://cvs.mmbase.org/viewcvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib/pageflow
Index: Url.java
===================================================================
RCS file:
/var/cvs/applications/taglib/src/org/mmbase/bridge/jsp/taglib/pageflow/Url.java,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -b -r1.42 -r1.43
--- Url.java 18 Apr 2008 13:47:58 -0000 1.42
+++ Url.java 18 Apr 2008 13:52:50 -0000 1.43
@@ -35,7 +35,7 @@
* <p>
* The creation of the URL is delegated to the MMBase framework.
* </p>
- * @version $Id: Url.java,v 1.42 2008/04/18 13:47:58 michiel Exp $;
+ * @version $Id: Url.java,v 1.43 2008/04/18 13:52:50 michiel Exp $;
* @since MMBase-1.9
*/
public class Url implements Comparable, CharSequence, Casting.Unwrappable {
@@ -163,7 +163,7 @@
} else {
log.debug("Creating internal url link to page: " + page);
}
- result = framework.getInternalUrl(page, params,
frameworkParameters).toString();
+ result = framework.getInternalUrl(page, params,
frameworkParameters);
} else {
if (process) {
result = framework.getProcessUrl(page, params,
frameworkParameters, writeamp);
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs