Skip to content

Commit 5d4d64a

Browse files
committed
add annotation override
1 parent 4420cd5 commit 5d4d64a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/io/bioimage/modelrunner/pytorch/javacpp/PytorchJavaCPPInterface.java

+1
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,7 @@ void run(List<Tensor<T>> inputTensors, List<Tensor<R>> outputTensors) throws Run
238238
inputsVector.deallocate();
239239
}
240240

241+
@Override
241242
/**
242243
* {@inheritDoc}
243244
*

0 commit comments

Comments
 (0)