Skip to content

Commit a91ab34

Browse files
committedAug 15, 2014
Polish Javadoc and formatting in @TestExecutionListeners
1 parent 8b86519 commit a91ab34

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed
 

‎spring-test/src/main/java/org/springframework/test/context/TestExecutionListeners.java

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ static enum MergeMode {
7575
* locally declared listeners will simply be appended to the list of default
7676
* listeners when merged.
7777
*/
78-
MERGE_WITH_DEFAULTS,
78+
MERGE_WITH_DEFAULTS
7979
}
8080

8181

@@ -133,10 +133,9 @@ static enum MergeMode {
133133
* // ...
134134
* }</pre>
135135
*
136-
* <p>
137-
* If {@code inheritListeners} is set to {@code false}, the listeners for the
138-
* annotated class will <em>shadow</em> and effectively replace any listeners
139-
* defined by a superclass.
136+
* <p>If {@code inheritListeners} is set to {@code false}, the listeners for
137+
* the annotated class will <em>shadow</em> and effectively replace any
138+
* listeners defined by a superclass.
140139
*/
141140
boolean inheritListeners() default true;
142141

0 commit comments

Comments
 (0)
Please sign in to comment.