You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@onami.apache.org by si...@apache.org on 2013/01/19 20:54:17 UTC

svn commit: r1435656 - /incubator/onami/trunk/test/src/main/java/org/apache/onami/test/OnamiRunner.java

Author: simonetripodi
Date: Sat Jan 19 19:54:16 2013
New Revision: 1435656

URL: http://svn.apache.org/viewvc?rev=1435656&view=rev
Log:
fixed method description in javadoc

Modified:
    incubator/onami/trunk/test/src/main/java/org/apache/onami/test/OnamiRunner.java

Modified: incubator/onami/trunk/test/src/main/java/org/apache/onami/test/OnamiRunner.java
URL: http://svn.apache.org/viewvc/incubator/onami/trunk/test/src/main/java/org/apache/onami/test/OnamiRunner.java?rev=1435656&r1=1435655&r2=1435656&view=diff
==============================================================================
--- incubator/onami/trunk/test/src/main/java/org/apache/onami/test/OnamiRunner.java (original)
+++ incubator/onami/trunk/test/src/main/java/org/apache/onami/test/OnamiRunner.java Sat Jan 19 19:54:16 2013
@@ -241,14 +241,8 @@ public class OnamiRunner
     }
 
     /**
-     * <p>
-     * Initialize the main Injector.
-     * </p>
-     * <p>
-     * This methot collects modules from {@link GuiceModules}, {@link GuiceProvidedModules}, {@link Mock}, creates a
-     * Google-Guice Injector and than inject static members into callings class.
-     * </p>
-     * 
+     * This method collects modules from {@link GuiceModules}, {@link GuiceProvidedModules}, {@link Mock}.
+     *
      * @throws IllegalAccessException
      * @throws InstantiationException
      * @throws HandleException