fix compiler warning

This commit is contained in:
Sebastian Sdorra
2017-01-13 20:22:49 +01:00
parent ba11ed1a0f
commit 86e0cba156

View File

@@ -76,9 +76,11 @@ import org.junit.rules.ExpectedException;
import org.mockito.Mockito;
/**
*
* Unit tests for {@link BearerRealm}.
*
* @author Sebastian Sdorra
*/
@SuppressWarnings("unchecked")
@RunWith(MockitoJUnitRunner.class)
public class BearerRealmTest
{