mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 15:35:40 +07:00
GitOrigin-RevId: 8b2b63fc6db476ca0c2cfe5cadd84db6c4236d0f
10 lines
387 B
HTML
10 lines
387 B
HTML
<html>
|
|
<body>
|
|
Replaces an Automatic Resource Management block
|
|
with a regular <code>try finally</code> construct.
|
|
<p>If the ARM block has no <code>catch</code> section, the entire
|
|
block is replaced. If the ARM does have a <code>catch</code> section, it is converted to a normal
|
|
<code>try catch</code> block and the <code>try finally</code> construct is placed inside.</p>
|
|
</body>
|
|
</html>
|