Merge remote-tracking branch 'origin/jetty-9.4.x' into jetty-10.0.x
Signed-off-by: Greg Wilkins <gregw@webtide.com>
This commit is contained in:
commit
e7754f5885
|
@ -308,9 +308,9 @@ public abstract class Resource implements ResourceFactory, Closeable
|
|||
return r.isContainedIn(containingResource);
|
||||
}
|
||||
|
||||
/**
|
||||
* @checkstyle-disable-check : NoFinalizerCheck
|
||||
*/
|
||||
|
||||
//@checkstyle-disable-check : NoFinalizer
|
||||
//@checkstyle-enable-check : NoFinalizer
|
||||
public abstract boolean isContainedIn(Resource r) throws MalformedURLException;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue