Skip to content

Commit 661e554

Browse files
SebastianAignerdkhalanskyjb
authored andcommitted
Remove JDK7 reference from exception handling guide (#3928)
1 parent 5d16938 commit 661e554

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

docs/topics/exception-handling.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -276,10 +276,6 @@ fun main() = runBlocking {
276276
>
277277
{type="note"}
278278

279-
> Note: This above code will work properly only on JDK7+ that supports `suppressed` exceptions
280-
>
281-
{type="note"}
282-
283279
The output of this code is:
284280

285281
```text

0 commit comments

Comments
 (0)