Revision: 1154
          http://stripes.svn.sourceforge.net/stripes/?rev=1154&view=rev
Author:   fdaoud
Date:     2009-09-27 13:09:07 +0000 (Sun, 27 Sep 2009)

Log Message:
-----------
Added doc regarding STS-713

Modified Paths:
--------------
    trunk/stripes/src/net/sourceforge/stripes/format/Formatter.java

Modified: trunk/stripes/src/net/sourceforge/stripes/format/Formatter.java
===================================================================
--- trunk/stripes/src/net/sourceforge/stripes/format/Formatter.java     
2009-09-27 11:48:33 UTC (rev 1153)
+++ trunk/stripes/src/net/sourceforge/stripes/format/Formatter.java     
2009-09-27 13:09:07 UTC (rev 1154)
@@ -49,10 +49,11 @@
     /**
      * Formats the supplied value as a String.  If the value cannot be 
formatted because it is
      * an inappropriate type, or because faulty pattern information was 
supplied, should fail
-     * loudly by throwing a RuntimeException or subclass thereof.
+     * loudly by throwing a RuntimeException or subclass thereof. Therefore 
this method should
+     * never return {...@code null}.
 
      * @param input an object of a type that the formatter knows how to format
-     * @return a String version of the input, formatted for the chosen locale
+     * @return a non-null, String version of the input, formatted for the 
chosen locale
      */
     String format(T input);
 }


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

------------------------------------------------------------------------------
Come build with us! The BlackBerry® 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/devconf
_______________________________________________
Stripes-development mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/stripes-development

Reply via email to