Skip to content
Snippets Groups Projects
Commit 78f40195 authored by Tobias Pietzsch's avatar Tobias Pietzsch
Browse files

fix warnings

parent 1706ecdb
No related branches found
No related tags found
No related merge requests found
......@@ -311,6 +311,7 @@ public class VolatileGlobalCellCache implements Cache
this.loader = new CacheArrayLoaderWrapper<>( cacheArrayLoader );
}
@SuppressWarnings( "unchecked" )
@Override
public VolatileCell< A > get( final long index )
{
......@@ -318,6 +319,7 @@ public class VolatileGlobalCellCache implements Cache
return ( VolatileCell< A > ) getGlobalIfCached( key, cacheHints );
}
@SuppressWarnings( "unchecked" )
@Override
public VolatileCell< A > load( final long index, final int[] cellDims, final long[] cellMin )
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment