Skip to content

Commit

Permalink
[RESTEASY-1974] Checkstyle - Unused and redundant imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Terem authored and asoldano committed Nov 16, 2018
1 parent dcaa9ec commit a6922fe
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package org.jboss.resteasy.plugins.validation;

import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.security.AccessController;
import java.security.PrivilegedActionException;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
package org.jboss.resteasy.wadl;

import io.undertow.servlet.api.DeploymentInfo;
import io.undertow.servlet.api.ServletInfo;
import org.jboss.resteasy.plugins.server.undertow.UndertowJaxrsServer;
import org.jboss.resteasy.spi.ResteasyDeployment;

import javax.ws.rs.ApplicationPath;
import javax.ws.rs.core.Application;

import static io.undertow.servlet.Servlets.servlet;

/**
* Created by weli on 7/26/16.
*/
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
package org.jboss.resteasy.test.mapper.resource;

import org.jboss.resteasy.spi.ReaderException;

import javax.ws.rs.WebApplicationException;
import javax.ws.rs.core.Response;
import javax.ws.rs.ext.ExceptionMapper;
import javax.ws.rs.ext.Provider;
Expand Down

0 comments on commit a6922fe

Please sign in to comment.