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>