CAMEL-7038: Polished the Javadoc.

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

Branch: refs/heads/camel-gora
Commit: 298889a9d5da35d25b6dd63ca2d2e05ba371a874
Parents: 4e4cb68
Author: Babak Vahdat <bvah...@apache.org>
Authored: Wed Dec 4 17:52:06 2013 +0100
Committer: Babak Vahdat <bvah...@apache.org>
Committed: Wed Dec 4 17:52:06 2013 +0100

----------------------------------------------------------------------
 .../java/org/apache/camel/guice/maven/EmbeddedMojo.java     | 9 ++++-----
 .../src/main/java/org/apache/camel/guice/maven/RunMojo.java | 9 ++++-----
 2 files changed, 8 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/298889a9/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 e3c7b3c..68a7c5a 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
@@ -75,11 +75,10 @@ public class EmbeddedMojo extends AbstractExecMojo {
     protected boolean dotAggregationEnabled;
 
     /**
-     * Allows to provide a custom properties file to initialize a
-     * {@link javax.naming.InitialContext} object with. As an example this
-     * argument can be be passed when making use of the GuiceyFruit JNDI
-     * Provider where the properties file name is something else other than the
-     * default {@code jndi.properties}
+     * Allows to provide a custom properties file on the classpath to 
initialize
+     * a {@link javax.naming.InitialContext} object with. This corresponds to
+     * the {@link org.apache.camel.guice.Main#setJndiProperties(String)} API
+     * method
      * 
      * @parameter property="jndiProperties"
      */

http://git-wip-us.apache.org/repos/asf/camel/blob/298889a9/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 c953003..4d1979f 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
@@ -108,11 +108,10 @@ public class RunMojo extends AbstractExecMojo {
     protected boolean dotEnabled;
 
     /**
-     * Allows to provide a custom properties file to initialize a
-     * {@link javax.naming.InitialContext} object with. As an example this
-     * argument can be be passed when making use of the GuiceyFruit JNDI
-     * Provider where the properties file name is something else other than the
-     * default {@code jndi.properties}
+     * Allows to provide a custom properties file on the classpath to 
initialize
+     * a {@link javax.naming.InitialContext} object with. This corresponds to
+     * the {@link org.apache.camel.guice.Main#setJndiProperties(String)} API
+     * method
      * 
      * @parameter property="jndiProperties"
      */

Reply via email to