From 160930c3c3c3558bb199d8f4e82f0cbc3b9c5062 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Wo=C5=BAniak?= Date: Tue, 1 Dec 2020 21:03:26 +0100 Subject: [PATCH] Added javadocs to Lecturer - fix errors MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Marcin Woźniak --- .../src/main/java/com/plannaplan/entities/Lecturer.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/buisnesslogic/src/main/java/com/plannaplan/entities/Lecturer.java b/buisnesslogic/src/main/java/com/plannaplan/entities/Lecturer.java index 013085b..8827bf9 100755 --- a/buisnesslogic/src/main/java/com/plannaplan/entities/Lecturer.java +++ b/buisnesslogic/src/main/java/com/plannaplan/entities/Lecturer.java @@ -55,7 +55,7 @@ public class Lecturer { /** * setSurname - * @param set surname to the lecturer + * @param surname set surname to the lecturer * */ public void setSurname(String surname) { @@ -73,7 +73,7 @@ public class Lecturer { /** * setName - * @param set name to the lecturer + * @param name set name to the lecturer * */ public void setName(String name) { @@ -82,7 +82,7 @@ public class Lecturer { /** * setTitle - * @param title + * @param title set title to the lecturer * */ public void setTitle(String title) {