[Fb-contrib-commit] SF.net SVN: fb-contrib:[1231] trunk/fb-contrib/etc/messages.xml
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2009-07-30 04:00:47
|
Revision: 1231
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1231&view=rev
Author: dbrosius
Date: 2009-07-30 04:00:26 +0000 (Thu, 30 Jul 2009)
Log Message:
-----------
fix long description
Modified Paths:
--------------
trunk/fb-contrib/etc/messages.xml
Modified: trunk/fb-contrib/etc/messages.xml
===================================================================
--- trunk/fb-contrib/etc/messages.xml 2009-07-30 03:54:42 UTC (rev 1230)
+++ trunk/fb-contrib/etc/messages.xml 2009-07-30 04:00:26 UTC (rev 1231)
@@ -2603,7 +2603,7 @@
<BugPattern type="ITU_INAPPROPRIATE_TOSTRING_USE">
<ShortDescription>method performs algorithmic operations on the result of a toString() call</ShortDescription>
- <LongDescription>method performs algorithmic operations on the result of a toString() call</LongDescription>
+ <LongDescription>method {1} performs algorithmic operations on the result of a toString() call</LongDescription>
<Details>
<![CDATA[
<p>This method calls algorithmic operations on a String that was returned from a toString() method.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|