Ryan McKinley 2007-06-17 17:50:55 +00:00
parent e21f3cfd6e
commit 6ed8e171ad
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ public class SolrDocument
*/
protected Collection<Object> getEmptyCollection( String name )
{
return new ArrayList<Object>();
return new ArrayList<Object>( 1 );
}
/**