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 2013/08/26 15:19:14 UTC

svn commit: r876250 - in /websites/production/camel/content: book-component-appendix.html book-in-one-page.html cache/main.pageCache properties.html using-propertyplaceholder.html

Author: buildbot
Date: Mon Aug 26 13:19:13 2013
New Revision: 876250

Log:
Production update by buildbot for camel

Modified:
    websites/production/camel/content/book-component-appendix.html
    websites/production/camel/content/book-in-one-page.html
    websites/production/camel/content/cache/main.pageCache
    websites/production/camel/content/properties.html
    websites/production/camel/content/using-propertyplaceholder.html

Modified: websites/production/camel/content/book-component-appendix.html
==============================================================================
--- websites/production/camel/content/book-component-appendix.html (original)
+++ websites/production/camel/content/book-component-appendix.html Mon Aug 26 13:19:13 2013
@@ -14617,7 +14617,7 @@ public class MyRouteBuilder extends Rout
 <p>You can also add a default value if the key does not exists, such as:</p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
-    @PropertyInject("myTimeout", default = "5000")
+    @PropertyInject(value = "myTimeout", defaultValue = "5000")
     private int timeout;
 ]]></script>
 </div></div>

Modified: websites/production/camel/content/book-in-one-page.html
==============================================================================
--- websites/production/camel/content/book-in-one-page.html (original)
+++ websites/production/camel/content/book-in-one-page.html Mon Aug 26 13:19:13 2013
@@ -36319,7 +36319,7 @@ public class MyRouteBuilder extends Rout
 <p>You can also add a default value if the key does not exists, such as:</p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
-    @PropertyInject("myTimeout", default = "5000")
+    @PropertyInject(value = "myTimeout", defaultValue = "5000")
     private int timeout;
 ]]></script>
 </div></div>

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

Modified: websites/production/camel/content/properties.html
==============================================================================
--- websites/production/camel/content/properties.html (original)
+++ websites/production/camel/content/properties.html Mon Aug 26 13:19:13 2013
@@ -869,7 +869,7 @@ public class MyRouteBuilder extends Rout
 <p>You can also add a default value if the key does not exists, such as:</p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
-    @PropertyInject("myTimeout", default = "5000")
+    @PropertyInject(value = "myTimeout", defaultValue = "5000")
     private int timeout;
 ]]></script>
 </div></div>

Modified: websites/production/camel/content/using-propertyplaceholder.html
==============================================================================
--- websites/production/camel/content/using-propertyplaceholder.html (original)
+++ websites/production/camel/content/using-propertyplaceholder.html Mon Aug 26 13:19:13 2013
@@ -848,7 +848,7 @@ public class MyRouteBuilder extends Rout
 <p>You can also add a default value if the key does not exists, such as:</p>
 <div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent">
 <script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[
-    @PropertyInject("myTimeout", default = "5000")
+    @PropertyInject(value = "myTimeout", defaultValue = "5000")
     private int timeout;
 ]]></script>
 </div></div></div>