You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/02/21 12:49:47 UTC

[camel] branch master updated: Removed whitespace from Migration guide

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/master by this push:
     new 5b51129  Removed whitespace from Migration guide
5b51129 is described below

commit 5b51129a028db9c1f71de5fa44f094dcf5f08ea7
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Feb 21 13:49:10 2019 +0100

    Removed whitespace from Migration guide
---
 MIGRATION.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MIGRATION.md b/MIGRATION.md
index 4526523..cbaf73f 100644
--- a/MIGRATION.md
+++ b/MIGRATION.md
@@ -155,7 +155,7 @@ to using style:
 
     RouteReifier.adviceWith(context.getRouteDefinition("start"), context, new RouteBuilder() {
         ...
-    }    
+    }
 
 We are planning on making this easier in 3.0.0-M2 onwards.