Revision: 1188
          http://stripes.svn.sourceforge.net/stripes/?rev=1188&view=rev
Author:   bengunter
Date:     2009-10-22 15:08:27 +0000 (Thu, 22 Oct 2009)

Log Message:
-----------
Fixed STS-721: LocalizedMessage constructer has javadoc from LocalizedError. 
Corrected some copy & paste errors in the Javadocs.

Modified Paths:
--------------
    
branches/1.5.x/stripes/src/net/sourceforge/stripes/action/LocalizableMessage.java

Modified: 
branches/1.5.x/stripes/src/net/sourceforge/stripes/action/LocalizableMessage.java
===================================================================
--- 
branches/1.5.x/stripes/src/net/sourceforge/stripes/action/LocalizableMessage.java
   2009-10-22 04:09:04 UTC (rev 1187)
+++ 
branches/1.5.x/stripes/src/net/sourceforge/stripes/action/LocalizableMessage.java
   2009-10-22 15:08:27 UTC (rev 1188)
@@ -33,10 +33,8 @@
     private String messageKey;
 
     /**
-     * Creates a new LocalizableError with the message key provided, and 
optionally zero or more
-     * replacement parameters to use in the message.  It should be noted that 
the replacement
-     * parameters provided here can be referenced in the error message 
<b>starting with number
-     * 2</b>.
+     * Creates a new LocalizableMessage with the message key provided, and 
optionally zero or more
+     * replacement parameters to use in the message.
      *
      * @param messageKey a key to lookup a message in the resource bundle
      * @param parameter one or more replacement parameters to insert into the 
message
@@ -47,7 +45,7 @@
     }
 
     /**
-     * Method responsible for using the information supplied to the error 
object to find a
+     * Method responsible for using the information supplied to the message 
object to find a
      * message template. In this class this is done simply by looking up the 
resource
      * corresponding to the messageKey supplied in the constructor.
      */


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to