moved collection utilities to util

This commit is contained in:
Keith Donald
2009-07-31 02:38:10 +00:00
parent 4bf3a9c9bd
commit e986434a25
9 changed files with 255 additions and 23 deletions

View File

@@ -17,8 +17,8 @@ package org.springframework.web.context.request;
import java.util.Iterator;
import org.springframework.core.collection.StringKeyedMapAdapter;
import org.springframework.util.Assert;
import org.springframework.util.StringKeyedMapAdapter;
/**
* Map backed by a Web request parameter map for accessing request parameters.