You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bu...@apache.org on 2017/01/06 08:19:11 UTC

svn commit: r1004237 - in /websites/production/camel/content: cache/main.pageCache swagger-java.html

Author: buildbot
Date: Fri Jan  6 08:19:10 2017
New Revision: 1004237

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/swagger-java.html

Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.

Modified: websites/production/camel/content/swagger-java.html
==============================================================================
--- websites/production/camel/content/swagger-java.html (original)
+++ websites/production/camel/content/swagger-java.html Fri Jan  6 08:19:10 2017
@@ -177,7 +177,7 @@
 <script class="brush: java; gutter: false; theme: Default" type="syntaxhighlighter"><![CDATA[  &lt;!-- enable CORS filter so people can use swagger ui to browse and test the apis --&gt;
   &lt;filter&gt;
     &lt;filter-name&gt;RestSwaggerCorsFilter&lt;/filter-name&gt;
-    &lt;filter-class&gt;org.apache.camel.swagger.rest.RestSwaggerCorsFilter&lt;/filter-class&gt;
+    &lt;filter-class&gt;org.apache.camel.swagger.servlet.RestSwaggerCorsFilter&lt;/filter-class&gt;
   &lt;/filter&gt;