From ddef7207af743d7780b561e3c1734865b203ece6 Mon Sep 17 00:00:00 2001 From: Stephane Rigaud Date: Thu, 17 Oct 2024 17:55:12 +0200 Subject: [PATCH] fix missing javadoc --- src/main/java/net/clesperanto/core/DeviceJ.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/net/clesperanto/core/DeviceJ.java b/src/main/java/net/clesperanto/core/DeviceJ.java index b706192..1fc55ed 100644 --- a/src/main/java/net/clesperanto/core/DeviceJ.java +++ b/src/main/java/net/clesperanto/core/DeviceJ.java @@ -172,7 +172,7 @@ public String getInfo() { /** * - * @return void + * @param wait if true, the device will wait for the kernel to finish */ public void setWaitForKernelFinish(boolean wait) { this._deviceJ.setWaitForKernelFinish(wait);