Commit 1bb0c9a
authored
MINOR: Fix an incorrect assignment in StreamsUncaughtExceptionHandlerIntegrationTest (apache#18837)
This constructor was not initializing a field with the constructor
argument, the extra `} {` was ending the constructor body and creating
an instance initializer block that assigned the field to itself.
Reviewers: Matthias J. Sax <[email protected]>1 parent effbad9 commit 1bb0c9a
File tree
1 file changed
+1
-4
lines changed- streams/integration-tests/src/test/java/org/apache/kafka/streams/integration
1 file changed
+1
-4
lines changedLines changed: 1 addition & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
187 | | - | |
188 | 186 | | |
189 | 187 | | |
190 | 188 | | |
191 | 189 | | |
192 | 190 | | |
193 | 191 | | |
194 | 192 | | |
195 | | - | |
196 | | - | |
| 193 | + | |
197 | 194 | | |
198 | 195 | | |
199 | 196 | | |
| |||
0 commit comments