[jboss-cvs] jboss-seam/src/mail/org/jboss/seam/mail/ui ...
Peter Muir
peter at bleepbleep.org.uk
Thu Jan 25 05:58:24 EST 2007
User: pmuir
Date: 07/01/25 05:58:24
Modified: src/mail/org/jboss/seam/mail/ui UIBody.java
Log:
Tidy up example, improve docs
Revision Changes Path
1.3 +1 -1 jboss-seam/src/mail/org/jboss/seam/mail/ui/UIBody.java
(In the diff below, changes in quantity of whitespace are not shown.)
Index: UIBody.java
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/src/mail/org/jboss/seam/mail/ui/UIBody.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- UIBody.java 24 Jan 2007 22:21:51 -0000 1.2
+++ UIBody.java 25 Jan 2007 10:58:24 -0000 1.3
@@ -33,7 +33,7 @@
{
String body = encode(facesContext);
MimeMessage mimeMessage = findMimeMessage();
- if (PLAIN.equals(type))
+ if (PLAIN.equalsIgnoreCase(type))
{
mimeMessage.setText(body);
}
More information about the jboss-cvs-commits
mailing list