fixed checkstyle disable style
Signed-off-by: Greg Wilkins <gregw@webtide.com>
This commit is contained in:
parent
f3f13c4ca9
commit
21857f0b81
|
@ -311,14 +311,14 @@ public abstract class Resource implements ResourceFactory, Closeable
|
|||
return r.isContainedIn(containingResource);
|
||||
}
|
||||
|
||||
/**
|
||||
* @checkstyle-disable-check : NoFinalizerCheck
|
||||
*/
|
||||
|
||||
//@checkstyle-disable-check : NoFinalizer
|
||||
@Override
|
||||
protected void finalize()
|
||||
{
|
||||
close();
|
||||
}
|
||||
//@checkstyle-enable-check : NoFinalizer
|
||||
|
||||
public abstract boolean isContainedIn(Resource r) throws MalformedURLException;
|
||||
|
||||
|
|
Loading…
Reference in New Issue