Skip to content

Commit 2fcf997

Browse files
committed
Fix signature for latest cuvs-java
1 parent 147c8fe commit 2fcf997

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

x-pack/plugin/gpu/src/test/java/org/elasticsearch/xpack/gpu/codec/CuVSResourceManagerTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,12 +218,12 @@ private static class MockGPUInfoProvider implements GPUInfoProvider {
218218
}
219219

220220
@Override
221-
public List<GPUInfo> availableGPUs() throws Throwable {
221+
public List<GPUInfo> availableGPUs() {
222222
throw new UnsupportedOperationException();
223223
}
224224

225225
@Override
226-
public List<GPUInfo> compatibleGPUs() throws Throwable {
226+
public List<GPUInfo> compatibleGPUs() {
227227
throw new UnsupportedOperationException();
228228
}
229229

0 commit comments

Comments
 (0)