Skip to content
Snippets Groups Projects
Commit 771084b0 authored by Anders Austlid's avatar Anders Austlid
Browse files

Updated JavaDoc

parent 01b7d925
No related branches found
No related tags found
Loading
......@@ -9,6 +9,14 @@ import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
/**
* Group is an entity class representing a group in the system.
*
* @author Stian Lyng, Anders Austlid
* @version 1.0.1
* @since 20.04.2023
*/
@NoArgsConstructor
@AllArgsConstructor
@Builder
......
......@@ -20,8 +20,8 @@ import java.util.List;
* It implements the UserDetails interface.
*
* @author Anders and Birk
* @version 2.0.001
* @since 19.04.2023
* @version 2.0.1
* @since 20.04.2023
*
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment