Skip to content

Commit 4ace84e

Browse files
committed
remove warning
1 parent a2cbf03 commit 4ace84e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/io/bioimage/modelrunner/tensorflow/v2/api050/tensor/TensorBuilder.java

-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ public static < T extends RealType< T > & NativeType< T > > TType build(io.bioi
9999
* @throws IllegalArgumentException if the type of the {@link RandomAccessibleInterval}
100100
* is not supported
101101
*/
102-
@SuppressWarnings("unchecked")
103102
public static < T extends RealType< T > & NativeType< T > > TType build(
104103
RandomAccessibleInterval<T> array) throws IllegalArgumentException
105104
{

0 commit comments

Comments
 (0)