JETTY-1079
git-svn-id: svn+ssh://dev.eclipse.org/svnroot/rt/org.eclipse.jetty/jetty/trunk@721 7e9141cc-0065-0410-87d8-b60c137991c4
This commit is contained in:
parent
024df7b64e
commit
effe71fb90
|
@ -2,6 +2,7 @@ jetty-7.0.0.RC4-SNAPSHOT
|
|||
+ 286185 Implement ability for JSON implementation to automatically register convertors
|
||||
+ Added discoverable start options
|
||||
+ 286535 ContentExchange status code
|
||||
+ JETTY-1079
|
||||
|
||||
jetty-7.0.0.RC3 7 August 2009
|
||||
+ 277403 remove system properties
|
||||
|
|
|
@ -445,7 +445,7 @@ public class ResourceCollection extends Resource
|
|||
public String toString()
|
||||
{
|
||||
if(_resources==null)
|
||||
throw new IllegalStateException("*resources* not set.");
|
||||
return "";
|
||||
|
||||
StringBuilder buffer = new StringBuilder();
|
||||
for(Resource r : _resources)
|
||||
|
|
Loading…
Reference in New Issue