Skip to content

Commit 3dff8d1

Browse files
committed
[NAE-2169] User flag for internal or external
- javadoc fix
1 parent c0f68f0 commit 3dff8d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • nae-object-library/src/main/java/com/netgrif/application/engine/objects/auth/domain

nae-object-library/src/main/java/com/netgrif/application/engine/objects/auth/domain/AbstractUser.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public abstract class AbstractUser extends AbstractActor {
5555
protected String avatar;
5656

5757
/**
58-
* Boolean that marks user as internal
58+
* Enumeration that marks the type of a user
5959
*/
6060
protected UserType type;
6161

0 commit comments

Comments
 (0)