You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2019/05/16 15:16:40 UTC

[tomee] branch master updated: Remove unused import

This is an automated email from the ASF dual-hosted git repository.

dblevins pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee.git


The following commit(s) were added to refs/heads/master by this push:
     new 8023886  Remove unused import
8023886 is described below

commit 80238864709d264661606c6ed66ecb5794e1e1d3
Author: David Blevins <da...@gmail.com>
AuthorDate: Fri May 17 00:16:12 2019 +0900

    Remove unused import
---
 .../apache/tomee/microprofile/jwt/bval/ValidationGeneratorTest.java   | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/mp-jwt/src/test/java/org/apache/tomee/microprofile/jwt/bval/ValidationGeneratorTest.java b/mp-jwt/src/test/java/org/apache/tomee/microprofile/jwt/bval/ValidationGeneratorTest.java
index 816a64b..704bfd8 100644
--- a/mp-jwt/src/test/java/org/apache/tomee/microprofile/jwt/bval/ValidationGeneratorTest.java
+++ b/mp-jwt/src/test/java/org/apache/tomee/microprofile/jwt/bval/ValidationGeneratorTest.java
@@ -3,15 +3,11 @@ package org.apache.tomee.microprofile.jwt.bval;
 import org.apache.openejb.util.proxy.ProxyGenerationException;
 import org.apache.tomee.microprofile.jwt.bval.data.Colors;
 import org.apache.tomee.microprofile.jwt.bval.data.Colors$$JwtConstraints;
-import org.apache.tomee.microprofile.jwt.bval.data.Shapes;
-import org.apache.tomee.microprofile.jwt.bval.data.Shapes$$JwtConstraints;
 import org.junit.Assert;
-import org.junit.Ignore;
 import org.junit.Test;
 
 import java.io.IOException;
 import java.lang.reflect.Method;
-import java.util.List;
 import java.util.Map;
 import java.util.Set;
 import java.util.stream.Collectors;