Skip to content

Commit

Permalink
fix missing javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
StRigaud committed Oct 17, 2024
1 parent c990bbe commit ddef720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/net/clesperanto/core/DeviceJ.java
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit ddef720

Please sign in to comment.