#647 - Switch to AssertJ and upgrade to Mockito 2.

This commit is contained in:
Oliver Gierke
2017-10-13 18:39:55 +02:00
parent b862919868
commit 35033fee0e
59 changed files with 697 additions and 736 deletions

View File

@@ -47,7 +47,7 @@ public class Hop {
/**
* Collection of URI Template parameters.
*/
private final @Wither Map<String, ? extends Object> parameters;
private final @Wither Map<String, Object> parameters;
/**
* Creates a new {@link Hop} for the given relation name.