Skip to content

Commit

Permalink
Move the test case as well as the implementation
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@1708856 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
markt-asf committed Oct 15, 2015
1 parent 6bb8ebf commit 7e33762
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -14,15 +14,14 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package org.apache.tomcat.websocket;
package org.apache.tomcat.util.collections;

import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Set;

import org.apache.tomcat.util.collections.CaseInsensitiveKeyMap;
import org.junit.Assert;
import org.junit.Test;

Expand Down

0 comments on commit 7e33762

Please sign in to comment.