You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by ay...@apache.org on 2015/07/09 14:09:23 UTC

cxf git commit: checkstyle alignment

Repository: cxf
Updated Branches:
  refs/heads/master 4c4ef0dd2 -> 5081ed089


checkstyle alignment


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/5081ed08
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/5081ed08
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/5081ed08

Branch: refs/heads/master
Commit: 5081ed089504265a8fb099b2fe08f1620a36682a
Parents: 4c4ef0d
Author: Akitoshi Yoshida <ay...@apache.org>
Authored: Thu Jul 9 14:08:56 2015 +0200
Committer: Akitoshi Yoshida <ay...@apache.org>
Committed: Thu Jul 9 14:09:16 2015 +0200

----------------------------------------------------------------------
 .../main/java/org/apache/cxf/jaxrs/swagger/Swagger2Feature.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/5081ed08/rt/rs/description/src/main/java/org/apache/cxf/jaxrs/swagger/Swagger2Feature.java
----------------------------------------------------------------------
diff --git a/rt/rs/description/src/main/java/org/apache/cxf/jaxrs/swagger/Swagger2Feature.java b/rt/rs/description/src/main/java/org/apache/cxf/jaxrs/swagger/Swagger2Feature.java
index d2b7649..9b4bcc9 100644
--- a/rt/rs/description/src/main/java/org/apache/cxf/jaxrs/swagger/Swagger2Feature.java
+++ b/rt/rs/description/src/main/java/org/apache/cxf/jaxrs/swagger/Swagger2Feature.java
@@ -63,7 +63,7 @@ public class Swagger2Feature extends AbstractSwaggerFeature {
         }
         providers.add(new SwaggerSerializers());
         ((ServerProviderFactory)server.getEndpoint().get(
-            ServerProviderFactory.class.getName())).setUserProviders(providers);
+                ServerProviderFactory.class.getName())).setUserProviders(providers);
         
         BeanConfig beanConfig = new BeanConfig();
         beanConfig.setResourcePackage(getResourcePackage());