[jboss-cvs] jboss-seam/examples/wiki/src/main/org/jboss/seam/wiki/core/ui ...
Christian Bauer
christian at hibernate.org
Wed Jan 9 10:59:26 EST 2008
User: cbauer
Date: 08/01/09 10:59:26
Modified: examples/wiki/src/main/org/jboss/seam/wiki/core/ui
WikiFormattedTextHandler.java
Log:
JBSEAM-2397 and JBSEAM-1883 - implemented trashcan feature and more reliable update of 2nd level cache and lucene index
Revision Changes Path
1.19 +1 -1 jboss-seam/examples/wiki/src/main/org/jboss/seam/wiki/core/ui/WikiFormattedTextHandler.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: WikiFormattedTextHandler.java
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/src/main/org/jboss/seam/wiki/core/ui/WikiFormattedTextHandler.java,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -b -r1.18 -r1.19
--- WikiFormattedTextHandler.java 30 Dec 2007 02:33:26 -0000 1.18
+++ WikiFormattedTextHandler.java 9 Jan 2008 15:59:26 -0000 1.19
@@ -58,7 +58,7 @@
* Main apply method called by facelets to create this component.
*/
public void apply(FaceletContext ctx, UIComponent parent) throws IOException, FacesException, ELException {
- log.debug("<<< building wiki text components");
+ log.debug(">>> building wiki text components");
String id = ctx.generateUniqueId(this.tagId);
UIComponent cmp = findChildByTagId(parent, id);
if (cmp == null) {
More information about the jboss-cvs-commits
mailing list