resolve suspicious calls

This commit is contained in:
Salomão
2021-06-14 02:33:43 -03:00
parent 26c06bca15
commit 7b91da58c0
5 changed files with 24 additions and 16 deletions
+2 -2
View File
@@ -101,12 +101,12 @@ public class GridStorageCache implements IStorageGrid
if( machine instanceof IStackWatcherHost )
{
final IStackWatcher myWatcher = this.watchers.get( machine );
final IStackWatcher myWatcher = this.watchers.get( node );
if( myWatcher != null )
{
myWatcher.reset();
this.watchers.remove( machine );
this.watchers.remove( node );
}
}
}