From 3766af24eb7a78c24e2518d065183f088cfd3a11 Mon Sep 17 00:00:00 2001 From: Niki Roo Date: Sat, 20 Apr 2019 15:51:09 +0200 Subject: [PATCH] jdoc --- src/be/nikiroo/utils/Progress.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/be/nikiroo/utils/Progress.java b/src/be/nikiroo/utils/Progress.java index 11c5bb2..dea6be3 100644 --- a/src/be/nikiroo/utils/Progress.java +++ b/src/be/nikiroo/utils/Progress.java @@ -327,7 +327,8 @@ public class Progress { * Notify the listeners that this {@link Progress} changed value. * * @param pg - * the emmiter + * the emmiter, that is, the (sub-){link Progress} that just + * reported some change, not always the same as this * @param name * the current name (if it is NULL, the first non-null name in * the hierarchy will overwrite it) of the {@link Progress} who -- 2.27.0