[testng] 286/355: Javadoc fixes.

Eugene Zhukov eugene-guest at moszumanska.debian.org
Tue Aug 18 10:20:16 UTC 2015


This is an automated email from the git hooks/post-receive script.

eugene-guest pushed a commit to annotated tag OpenBSD
in repository testng.

commit e95dd3b8c31373b66360fa55de9cfd3c12fce6d0
Author: Cedric Beust <cedric at beust.com>
Date:   Sat May 9 07:22:18 2015 -0700

    Javadoc fixes.
---
 src/main/java/org/testng/annotations/BeforeMethod.java  | 4 ++--
 src/main/java/org/testng/annotations/BeforeSuite.java   | 2 +-
 src/main/java/org/testng/annotations/Configuration.java | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/java/org/testng/annotations/BeforeMethod.java b/src/main/java/org/testng/annotations/BeforeMethod.java
index 873705f..a7356f5 100755
--- a/src/main/java/org/testng/annotations/BeforeMethod.java
+++ b/src/main/java/org/testng/annotations/BeforeMethod.java
@@ -59,12 +59,12 @@ public @interface BeforeMethod {
 
   /**
    * The description for this method.  The string used will appear in the
-   * HTML report and also on standard output if verbose >= 2.
+   * HTML report and also on standard output if verbose >= 2.
    */
   public String description() default "";
 
   /**
-   * If true and the @Test method about to be run has an invocationCount > 1, this
+   * If true and the @Test method about to be run has an invocationCount > 1, this
    * BeforeMethod will only be invoked once (before the first test invocation).
    */
   public boolean firstTimeOnly() default false;
diff --git a/src/main/java/org/testng/annotations/BeforeSuite.java b/src/main/java/org/testng/annotations/BeforeSuite.java
index 7bc118e..e811096 100755
--- a/src/main/java/org/testng/annotations/BeforeSuite.java
+++ b/src/main/java/org/testng/annotations/BeforeSuite.java
@@ -59,7 +59,7 @@ public @interface BeforeSuite {
 
   /**
    * The description for this method.  The string used will appear in the
-   * HTML report and also on standard output if verbose >= 2.
+   * HTML report and also on standard output if verbose >= 2.
    */
   public String description() default "";
 
diff --git a/src/main/java/org/testng/annotations/Configuration.java b/src/main/java/org/testng/annotations/Configuration.java
index 7c25d33..4c806d4 100755
--- a/src/main/java/org/testng/annotations/Configuration.java
+++ b/src/main/java/org/testng/annotations/Configuration.java
@@ -136,7 +136,7 @@ public @interface Configuration {
 
   /**
    * The description for this method.  The string used will appear in the
-   * HTML report and also on standard output if verbose >= 2.
+   * HTML report and also on standard output if verbose >= 2.
    */
   public String description() default "";
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/testng.git



More information about the pkg-java-commits mailing list