This is an automated email from the ASF dual-hosted git repository.

juanpablo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git

commit c4bc572eaaa1dd2c60434a2d370adeb7c8a9df82
Author: juanpablo <[email protected]>
AuthorDate: Fri Aug 16 20:41:07 2019 +0200

    removal of @deprecated code (5) - UserProfile: removed setWikiName(String), 
wasn't used anywhere
---
 .../java/org/apache/wiki/auth/user/DefaultUserProfile.java  | 13 -------------
 .../main/java/org/apache/wiki/auth/user/UserProfile.java    |  9 ---------
 2 files changed, 22 deletions(-)

diff --git 
a/jspwiki-main/src/main/java/org/apache/wiki/auth/user/DefaultUserProfile.java 
b/jspwiki-main/src/main/java/org/apache/wiki/auth/user/DefaultUserProfile.java
index 8e37790..ae2df73 100644
--- 
a/jspwiki-main/src/main/java/org/apache/wiki/auth/user/DefaultUserProfile.java
+++ 
b/jspwiki-main/src/main/java/org/apache/wiki/auth/user/DefaultUserProfile.java
@@ -275,19 +275,6 @@ public final class DefaultUserProfile implements 
UserProfile
     }
 
     /**
-     * No-op method. In previous versions of JSPWiki, the method
-     * set the user's wiki name directly. Now, the wiki name is automatically
-     * calculated based on the full name.
-     * @param name the wiki name
-     * @deprecated This method will be removed in a future release.
-     */
-    @Deprecated
-    @Override
-    public void setWikiName( String name )
-    {
-    }
-
-    /**
      * Returns a string representation of this user profile.
      * @return the string
      */
diff --git 
a/jspwiki-main/src/main/java/org/apache/wiki/auth/user/UserProfile.java 
b/jspwiki-main/src/main/java/org/apache/wiki/auth/user/UserProfile.java
index 6ea6f1a..cb39278 100644
--- a/jspwiki-main/src/main/java/org/apache/wiki/auth/user/UserProfile.java
+++ b/jspwiki-main/src/main/java/org/apache/wiki/auth/user/UserProfile.java
@@ -187,15 +187,6 @@ public interface UserProfile extends Serializable
      * @param uid the unique identifier to set
      */
     void setUid( String uid );
-    
-    /**
-     * No-op method. In previous versions of JSPWiki, the method
-     * set the user's wiki name directly. Now, the wiki name is automatically
-     * calculated based on the full name.
-     * @param name the wiki name
-     * @deprecated This method will be removed in a future release.
-     */
-    void setWikiName( String name );
 
     /**
      * Returns a string representation of this user profile.

Reply via email to