File tree 1 file changed +4
-5
lines changed
spring-test/src/main/java/org/springframework/test/context 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ static enum MergeMode {
75
75
* locally declared listeners will simply be appended to the list of default
76
76
* listeners when merged.
77
77
*/
78
- MERGE_WITH_DEFAULTS ,
78
+ MERGE_WITH_DEFAULTS
79
79
}
80
80
81
81
@@ -133,10 +133,9 @@ static enum MergeMode {
133
133
* // ...
134
134
* }</pre>
135
135
*
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.
140
139
*/
141
140
boolean inheritListeners () default true ;
142
141
You can’t perform that action at this time.
0 commit comments