mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-02 19:45:51 +01:00
Fix javadoc links
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user