You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwebbeans.apache.org by st...@apache.org on 2009/04/17 14:08:23 UTC

svn commit: r765963 - /incubator/openwebbeans/trunk/webbeans-impl/src/test/java/org/apache/webbeans/test/servlet/TestContext.java

Author: struberg
Date: Fri Apr 17 12:08:23 2009
New Revision: 765963

URL: http://svn.apache.org/viewvc?rev=765963&view=rev
Log:
JavaDoc only, fixed typo

Modified:
    incubator/openwebbeans/trunk/webbeans-impl/src/test/java/org/apache/webbeans/test/servlet/TestContext.java

Modified: incubator/openwebbeans/trunk/webbeans-impl/src/test/java/org/apache/webbeans/test/servlet/TestContext.java
URL: http://svn.apache.org/viewvc/incubator/openwebbeans/trunk/webbeans-impl/src/test/java/org/apache/webbeans/test/servlet/TestContext.java?rev=765963&r1=765962&r2=765963&view=diff
==============================================================================
--- incubator/openwebbeans/trunk/webbeans-impl/src/test/java/org/apache/webbeans/test/servlet/TestContext.java (original)
+++ incubator/openwebbeans/trunk/webbeans-impl/src/test/java/org/apache/webbeans/test/servlet/TestContext.java Fri Apr 17 12:08:23 2009
@@ -596,7 +596,7 @@
     }
 
     /**
-     * End tests for sub-class. NOT : This method is used for ending the all
+     * End tests for sub-class. NOTE : This method is used for ending the all
      * test methods in sub-class from the {@link ServletContextListener}. It is
      * not used for normal unit tests.
      * 
@@ -609,7 +609,7 @@
     }
 
     /**
-     * Start tests for sub-class. NOT : This method is used for starting the all
+     * Start tests for sub-class. NOTE : This method is used for starting the all
      * test methods in sub-class from the {@link ServletContextListener}. It is
      * not used for normal unit tests.
      *