Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
-eeek
Browse files Browse the repository at this point in the history
  • Loading branch information
hamnis committed Dec 15, 2009
1 parent cee4263 commit c02a451
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package net.hamnaberg.recondo.util
import collection.immutable.{Map, HashMap}

/**
* @author <a href="mailto:erlend@escenic.com">Erlend Hamnaberg</a>
* @author <a href="mailto:erlend@hamnaberg.net">Erlend Hamnaberg</a>
* @version $Revision: $
*/
class CaseInsensitiveMap[T] private(map: Map[CaseInsensitiveString, T]) extends Map[String, T] {
Expand Down

0 comments on commit c02a451

Please sign in to comment.