added permalink-generating code to topics.jsp and posts.jsp, and fixed

a bug in StringUtil.splitList
This commit is contained in:
Eric J. Bowersox
2002-08-07 01:27:31 +00:00
parent f237e30021
commit e40c1e6a58
3 changed files with 40 additions and 0 deletions

View File

@@ -310,6 +310,9 @@ public class StringUtil
} // end for
if (accumulate)
rc.add(buf.toString());
if (rc.isEmpty())
return Collections.EMPTY_LIST;
else