|
|
|
@ -87,12 +87,12 @@ public class NoticedURL {
|
|
|
|
|
this.noloadStack.setMinimumDelta(minimumLocalDelta, minimumGlobalDelta);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
protected void clear() {
|
|
|
|
|
public void clear() {
|
|
|
|
|
Log.logInfo("NoticedURL", "CLEARING ALL STACKS");
|
|
|
|
|
this.coreStack.clear();
|
|
|
|
|
this.limitStack.clear();
|
|
|
|
|
this.remoteStack.clear();
|
|
|
|
|
this.noloadStack.clear();
|
|
|
|
|
if (this.coreStack != null) this.coreStack.clear();
|
|
|
|
|
if (this.limitStack != null) this.limitStack.clear();
|
|
|
|
|
if (this.remoteStack != null) this.remoteStack.clear();
|
|
|
|
|
if (this.noloadStack != null) this.noloadStack.clear();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
protected void close() {
|
|
|
|
|