Author: michiel
Date: 2009-11-19 16:51:41 +0100 (Thu, 19 Nov 2009)
New Revision: 39808
Modified:
mmbase/trunk/applications/taglib/src/main/java/org/mmbase/bridge/jsp/taglib/ImageTag.java
Log:
indentation only
Modified:
mmbase/trunk/applications/taglib/src/main/java/org/mmbase/bridge/jsp/taglib/ImageTag.java
===================================================================
---
mmbase/trunk/applications/taglib/src/main/java/org/mmbase/bridge/jsp/taglib/ImageTag.java
2009-11-19 15:43:31 UTC (rev 39807)
+++
mmbase/trunk/applications/taglib/src/main/java/org/mmbase/bridge/jsp/taglib/ImageTag.java
2009-11-19 15:51:41 UTC (rev 39808)
@@ -209,11 +209,10 @@
initTag();
Node originalNode = getNode();
if (!originalNode.getNodeManager().hasField("handle")) {
- throw new JspTagException(
- "Found parent node '" + originalNode.getNumber() + "' of type
" +
- originalNode.getNodeManager().getName() +
- " does not have 'handle' field, therefore cannot be a image." +
- " Perhaps you have the wrong node, perhaps you'd have to use
the 'node' attribute?");
+ throw new JspTagException("Found parent node '" +
originalNode.getNumber() + "' of type " +
+ originalNode.getNodeManager().getName() +
+ " does not have 'handle' field,
therefore cannot be a image." +
+ " Perhaps you have the wrong node,
perhaps you'd have to use the 'node' attribute?");
}
helper.useEscaper(false);
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs