From c1612663feb6b78f4b42c96f0c962a3c94a76e7a Mon Sep 17 00:00:00 2001 From: ulrich Date: Fri, 29 May 2020 08:28:42 +0000 Subject: [PATCH] Doku angepasst --- 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