From 10d5ad96f7d34973365b48111f4fb32157f4c865 Mon Sep 17 00:00:00 2001 From: ulrich <ulrich@ulrich-vaio> Date: Sun, 23 Feb 2020 18:30:26 +0000 Subject: [PATCH] Einzelne Kommentare fuer Javadoc berichtigt --- src/de/uhilger/baselink/Field.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/de/uhilger/baselink/Field.java b/src/de/uhilger/baselink/Field.java index 985b539..f4bcdd1 100644 --- a/src/de/uhilger/baselink/Field.java +++ b/src/de/uhilger/baselink/Field.java @@ -108,7 +108,7 @@ /** * Get the setter method of this field - * @param setter the method to set the value of this field + * @return setter the method to set the value of this field */ public Method getSetter() { return setter; -- Gitblit v1.9.3