Commit a0e2cac
Steve Vaughan Jr
Restore shutdown IOException
The signature for close() can't throw an exception for AutoCloseable, but the definition of shutdown() didn't have to change. Move the try-catch into close().1 parent 3fee706 commit a0e2cac
File tree
1 file changed
+7
-6
lines changed- hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/qjournal
1 file changed
+7
-6
lines changedLines changed: 7 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
| 188 | + | |
189 | 189 | | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
| 194 | + | |
190 | 195 | | |
191 | | - | |
| 196 | + | |
192 | 197 | | |
193 | 198 | | |
194 | 199 | | |
195 | | - | |
196 | 200 | | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | 201 | | |
201 | 202 | | |
202 | 203 | | |
0 commit comments