finalized

This commit is contained in:
thatsIch 2015-03-26 11:14:34 +01:00
parent 234d97b8ce
commit dff48c07c9

View file

@ -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." );
}