mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 04:37:32 +07:00
GitOrigin-RevId: 8b2b63fc6db476ca0c2cfe5cadd84db6c4236d0f
8 lines
306 B
HTML
8 lines
306 B
HTML
<html>
|
|
<body>
|
|
Removes a <code>catch</code> section in a
|
|
<code>try</code> - <code>catch</code> statement and adds a <code>throws</code> declaration with the
|
|
same exception to the containing method. If the <code>try</code> statement contains no
|
|
further catch sections, it is removed entirely.
|
|
</body>
|
|
</html> |