DATAREST-94 - Removed dependency to Guava.

Introduced simple Function interface. Replaced usage of Multimap with Spring's MultiValueMap.
This commit is contained in:
Oliver Gierke
2013-06-05 22:13:00 +02:00
parent 0539c012d6
commit cb4056e351
8 changed files with 91 additions and 18 deletions

View File

@@ -8,7 +8,6 @@ import java.util.ArrayList;
import java.util.List;
import java.util.Stack;
import com.google.common.base.Function;
import org.junit.Test;
/**