Revision: 1194
http://stripes.svn.sourceforge.net/stripes/?rev=1194&view=rev
Author: bengunter
Date: 2009-10-27 18:48:21 +0000 (Tue, 27 Oct 2009)
Log Message:
-----------
Applied fix for STS-713 from trunk
Modified Paths:
--------------
branches/1.5.x/stripes/src/net/sourceforge/stripes/format/Formatter.java
Modified:
branches/1.5.x/stripes/src/net/sourceforge/stripes/format/Formatter.java
===================================================================
--- branches/1.5.x/stripes/src/net/sourceforge/stripes/format/Formatter.java
2009-10-27 18:39:42 UTC (rev 1193)
+++ branches/1.5.x/stripes/src/net/sourceforge/stripes/format/Formatter.java
2009-10-27 18:48:21 UTC (rev 1194)
@@ -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(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