Content deleted Content added
m WP:CHECKWIKI error #61 fixed + general fixes using AWB (8884) |
move code example comment different line |
||
Line 12:
Resource resource = null;
try {
resource = getResource();
// Perform actions with the resource.
...
} finally {
if (resource != null)
resource.Dispose();
}
|