Skip to content

Commit

Permalink
Removed the unnecessary Note: block in javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
amalakar committed Sep 19, 2012
1 parent de15ca2 commit ec9bccf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/org/junit/Before.java
Expand Up @@ -12,9 +12,6 @@
* The <code>&#064;Before</code> methods of superclasses will be run before those of the current class,
* unless they are overridden in the current class. No other ordering is defined.
* </p>
*
* <p>Note: If a subclass overrides a <code>&#064;Before</code> method of the superclass, it would render the
* <code>&#064;Before</code> annotation of the superclass useless.</p>
*
* Here is a simple example:
* <pre>
Expand Down

0 comments on commit ec9bccf

Please sign in to comment.