You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2018/03/21 12:05:39 UTC

syncope git commit: Adjusting checkstyle for temporarty class ResourceUtils

Repository: syncope
Updated Branches:
  refs/heads/master 3fa2a5aaa -> 07f3eaad6


Adjusting checkstyle for temporarty class ResourceUtils


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/07f3eaad
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/07f3eaad
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/07f3eaad

Branch: refs/heads/master
Commit: 07f3eaad67c3116d7f538758a4d5ad4648c7a6df
Parents: 3fa2a5a
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Wed Mar 21 12:55:04 2018 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Wed Mar 21 12:55:04 2018 +0100

----------------------------------------------------------------------
 .../src/main/java/org/apache/cxf/jaxrs/utils/ResourceUtils.java    | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/07f3eaad/core/rest-cxf/src/main/java/org/apache/cxf/jaxrs/utils/ResourceUtils.java
----------------------------------------------------------------------
diff --git a/core/rest-cxf/src/main/java/org/apache/cxf/jaxrs/utils/ResourceUtils.java b/core/rest-cxf/src/main/java/org/apache/cxf/jaxrs/utils/ResourceUtils.java
index e93b112..9115db4 100644
--- a/core/rest-cxf/src/main/java/org/apache/cxf/jaxrs/utils/ResourceUtils.java
+++ b/core/rest-cxf/src/main/java/org/apache/cxf/jaxrs/utils/ResourceUtils.java
@@ -435,7 +435,6 @@ public final class ResourceUtils {
         return params;
     }
 
-    //CHECKSTYLE:OFF
     public static Parameter getParameter(int index, Annotation[] anns, Class<?> type) {
 
         Context ctx = AnnotationUtils.getAnnotation(anns, Context.class);
@@ -483,7 +482,6 @@ public final class ResourceUtils {
         return new Parameter(ParameterType.REQUEST_BODY, index, null);
 
     }
-    //CHECKSTYLE:ON
 
     private static OperationResourceInfo createOperationInfo(Method m, Method annotatedMethod,
                                                       ClassResourceInfo cri, Path path, String httpMethod) {