finalized
This commit is contained in:
parent
234d97b8ce
commit
dff48c07c9
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ public class NetworkMonitor<T extends IAEStack<T>> extends MEMonitorHandler<T>
|
|||
}
|
||||
}
|
||||
|
||||
NetworkMonitor<?> last = DEPTH.pop();
|
||||
final NetworkMonitor<?> last = DEPTH.pop();
|
||||
if ( last != this )
|
||||
throw new RuntimeException( "Invalid Access to Networked Storage API detected." );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue