CAMEL-7038: Polished.

Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/4e4cb68e
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/4e4cb68e
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/4e4cb68e

Branch: refs/heads/camel-gora
Commit: 4e4cb68ece9115ec6ce7c6b61e693aa257d10119
Parents: 33d7c49
Author: Babak Vahdat <bvah...@apache.org>
Authored: Wed Dec 4 13:35:44 2013 +0100
Committer: Babak Vahdat <bvah...@apache.org>
Committed: Wed Dec 4 13:35:44 2013 +0100

----------------------------------------------------------------------
 .../main/java/org/apache/camel/guice/maven/EmbeddedMojo.java    | 5 +++--
 .../src/main/java/org/apache/camel/guice/maven/RunMojo.java     | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/4e4cb68e/tooling/maven/guice-maven-plugin/src/main/java/org/apache/camel/guice/maven/EmbeddedMojo.java
----------------------------------------------------------------------
diff --git 
a/tooling/maven/guice-maven-plugin/src/main/java/org/apache/camel/guice/maven/EmbeddedMojo.java
 
b/tooling/maven/guice-maven-plugin/src/main/java/org/apache/camel/guice/maven/EmbeddedMojo.java
index a120f9a..e3c7b3c 100644
--- 
a/tooling/maven/guice-maven-plugin/src/main/java/org/apache/camel/guice/maven/EmbeddedMojo.java
+++ 
b/tooling/maven/guice-maven-plugin/src/main/java/org/apache/camel/guice/maven/EmbeddedMojo.java
@@ -76,9 +76,10 @@ public class EmbeddedMojo extends AbstractExecMojo {
 
     /**
      * Allows to provide a custom properties file to initialize a
-     * {@link javax.naming.InitialContext} object with. As an exmaple this
+     * {@link javax.naming.InitialContext} object with. As an example this
      * argument can be be passed when making use of the GuiceyFruit JNDI
-     * Provider
+     * Provider where the properties file name is something else other than the
+     * default {@code jndi.properties}
      * 
      * @parameter property="jndiProperties"
      */

http://git-wip-us.apache.org/repos/asf/camel/blob/4e4cb68e/tooling/maven/guice-maven-plugin/src/main/java/org/apache/camel/guice/maven/RunMojo.java
----------------------------------------------------------------------
diff --git 
a/tooling/maven/guice-maven-plugin/src/main/java/org/apache/camel/guice/maven/RunMojo.java
 
b/tooling/maven/guice-maven-plugin/src/main/java/org/apache/camel/guice/maven/RunMojo.java
index eae01f0..c953003 100644
--- 
a/tooling/maven/guice-maven-plugin/src/main/java/org/apache/camel/guice/maven/RunMojo.java
+++ 
b/tooling/maven/guice-maven-plugin/src/main/java/org/apache/camel/guice/maven/RunMojo.java
@@ -109,9 +109,10 @@ public class RunMojo extends AbstractExecMojo {
 
     /**
      * Allows to provide a custom properties file to initialize a
-     * {@link javax.naming.InitialContext} object with. As an exmaple this
+     * {@link javax.naming.InitialContext} object with. As an example this
      * argument can be be passed when making use of the GuiceyFruit JNDI
-     * Provider
+     * Provider where the properties file name is something else other than the
+     * default {@code jndi.properties}
      * 
      * @parameter property="jndiProperties"
      */

Reply via email to