From 55c0c363d05f326d4b6dc93b8c6e169aeed9fdd6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 5 Apr 2018 19:01:59 +0200 Subject: [PATCH] exo2: fix a javadoc comment. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- exo2/ListExtension.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/exo2/ListExtension.java b/exo2/ListExtension.java index a015be5..0e82948 100644 --- a/exo2/ListExtension.java +++ b/exo2/ListExtension.java @@ -38,7 +38,8 @@ public class ListExtension { /** * Should mimic the List add(int index, T value) method - * @param value [description] + * @param index [description] + * @param value [description] * @return [description] */ public void addIter(int index, E value) { -- 2.34.1