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

markt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git

commit b2154c7b618c9fa9dc6c8a169ce076bf0b3b53f8
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Mon Dec 6 08:02:42 2021 +0000

    Remove deprecated code
---
 java/org/apache/catalina/users/MemoryUserDatabase.java | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/java/org/apache/catalina/users/MemoryUserDatabase.java 
b/java/org/apache/catalina/users/MemoryUserDatabase.java
index 207dec3..f8bad5c 100644
--- a/java/org/apache/catalina/users/MemoryUserDatabase.java
+++ b/java/org/apache/catalina/users/MemoryUserDatabase.java
@@ -527,21 +527,6 @@ public class MemoryUserDatabase implements UserDatabase {
      * location.
      *
      * @return <code>true</code> if the database is writable
-     *
-     * @deprecated Use {@link #isWritable()}. This method will be removed in
-     *             Tomcat 10.1.x onwards.
-     */
-    @Deprecated
-    public boolean isWriteable() {
-        return isWritable();
-    }
-
-
-    /**
-     * Check for permissions to save this user database to persistent storage
-     * location.
-     *
-     * @return <code>true</code> if the database is writable
      */
     public boolean isWritable() {
 

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to