From ba2cdbfc601e5a8ba37174a04d4b067ba4de24dc Mon Sep 17 00:00:00 2001 From: Not Zed Date: Sun, 26 Jan 2020 18:28:57 +1030 Subject: [PATCH] javadoc fixes --- src/notzed.zcl/classes/au/notzed/zcl/CLEventList.java | 2 +- src/notzed.zcl/classes/au/notzed/zcl/CLMemory.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/notzed.zcl/classes/au/notzed/zcl/CLEventList.java b/src/notzed.zcl/classes/au/notzed/zcl/CLEventList.java index 187bc9d..21a30f8 100644 --- a/src/notzed.zcl/classes/au/notzed/zcl/CLEventList.java +++ b/src/notzed.zcl/classes/au/notzed/zcl/CLEventList.java @@ -147,7 +147,7 @@ public final class CLEventList implements AutoCloseable { /** * Creates an interface to the given event. * - * @param index + * @param i index of event. * @return An event interface. */ public CLEvent get(int i) { diff --git a/src/notzed.zcl/classes/au/notzed/zcl/CLMemory.java b/src/notzed.zcl/classes/au/notzed/zcl/CLMemory.java index 575d59c..0625cbf 100644 --- a/src/notzed.zcl/classes/au/notzed/zcl/CLMemory.java +++ b/src/notzed.zcl/classes/au/notzed/zcl/CLMemory.java @@ -173,7 +173,7 @@ public abstract class CLMemory extends CLObject { /** * Get CL_MEM_TYPE. - * @returns One of CL_MEM_OBJECT_* types. + * @return One of CL_MEM_OBJECT_* types. */ public int getType() { return getInfoInt(CL_MEM_TYPE); -- 2.39.2