Skip to content

Commit

Permalink
reformatted a comment as per code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Petter Måhlén committed Aug 2, 2012
1 parent 2e69992 commit cfeb604
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/org/junit/runner/Description.java
Expand Up @@ -56,8 +56,8 @@ public static Description createSuiteDescription(String name, Serializable uniqu
}

/**
* Create a <code>Description</code> of a single test named <code>name</code> in the 'class' named <code>className</code>.
* Generally, this will be a leaf <code>Description</code>.
* Create a <code>Description</code> of a single test named <code>name</code> in the 'class' named
* <code>className</code>. Generally, this will be a leaf <code>Description</code>.
* @param className the class name of the test
* @param name the name of the test (a method name for test annotated with {@link org.junit.Test})
* @param annotations meta-data about the test, for downstream interpreters
Expand Down

0 comments on commit cfeb604

Please sign in to comment.