Fix javadoc links

This commit is contained in:
Sebastian Sdorra
2020-10-29 15:14:41 +01:00
parent 991de4bf8b
commit c76f2efff2

View File

@@ -67,11 +67,12 @@ public class User extends BasicPropertiesAware implements Principal, ModelObject
private String mail; private String mail;
private String name; private String name;
private String password; private String password;
@Deprecated
/** /**
* The user type is replaced by {@link external} flag * The user type is replaced by {@link #external} flag
* @deprecated Use {@link external} instead. * @deprecated Use {@link #external} instead.
*/ */
@Deprecated
private String type; private String type;
public User(String name) { public User(String name) {