Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
asoldano committed Nov 20, 2017
1 parent 41353e3 commit 9b4e7f9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
Expand Up @@ -29,7 +29,6 @@
import org.apache.cxf.jaxrs.utils.InjectionUtils;
import org.apache.cxf.jaxrs.validation.JAXRSBeanValidationInvoker;
import org.apache.cxf.service.invoker.Invoker;
import org.apache.cxf.validation.BeanValidationProvider;
import org.jboss.wsf.stack.cxf.deployment.JNDIComponentResourceProvider;
import org.jboss.wsf.stack.cxf.validation.JBossWSBeanValidationProvider;

Expand Down
Expand Up @@ -70,7 +70,7 @@ public <T> void validateReturnValue(final T instance, final Method method, final
}


public boolean isMethodValidatable(Method m)
protected boolean isMethodValidatable(Method m)
{
ExecutableType[] types = null;
List<ExecutableType[]> typesList = getExecutableTypesOnMethodInHierarchy(m);
Expand Down
Expand Up @@ -35,7 +35,6 @@
import org.jboss.shrinkwrap.api.ShrinkWrap;
import org.jboss.shrinkwrap.api.spec.WebArchive;
import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;

Expand Down

0 comments on commit 9b4e7f9

Please sign in to comment.