Scarab commit: svn commit: r10654 - trunk/src/java/org/tigris/scarab/feeds/IssueFeed.java

Johannes Höchstädter <[email protected]>
Newsgroups gmane.comp.java.scarab.cvs
Message-ID <[email protected]>
Author: jhoech
Date: 2008-12-04 00:58:01-0800
New Revision: 10654

Modified:
   trunk/src/java/org/tigris/scarab/feeds/IssueFeed.java

Log:
SCB2672 - atom/feed generation fixed. There was an ArrayIndexOutOfBoundsException in creation of title.

Modified: trunk/src/java/org/tigris/scarab/feeds/IssueFeed.java
Url: http://scarab.tigris.org/source/browse/scarab/trunk/src/java/org/tigris/scarab/feeds/IssueFeed.java?view=diff&pathrev=10654&r1=10653&r2=10654
==============================================================================
--- trunk/src/java/org/tigris/scarab/feeds/IssueFeed.java	(original)
+++ trunk/src/java/org/tigris/scarab/feeds/IssueFeed.java	2008-12-04 00:58:01-0800
@@ -115,7 +115,7 @@
         {
             throw new RuntimeException(e);
         }
-		return displayName.substring(0,64);
+		return displayName;
 	}
 
 }

------------------------------------------------------
http://scarab.tigris.org/ds/viewMessage.do?dsForumId=3577&dsMessageId=979340
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.