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

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


The following commit(s) were added to refs/heads/main by this push:
     new 7150c901e6 Make internal method private
7150c901e6 is described below

commit 7150c901e693b5b494eb4ebe723961d398cf4ec4
Author: Mark Thomas <[email protected]>
AuthorDate: Wed May 27 08:47:51 2026 +0100

    Make internal method private
---
 java/org/apache/catalina/users/DataSourceUserDatabase.java | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/java/org/apache/catalina/users/DataSourceUserDatabase.java 
b/java/org/apache/catalina/users/DataSourceUserDatabase.java
index dcd48bb487..f04dcfbca5 100644
--- a/java/org/apache/catalina/users/DataSourceUserDatabase.java
+++ b/java/org/apache/catalina/users/DataSourceUserDatabase.java
@@ -918,11 +918,8 @@ public class DataSourceUserDatabase extends 
SparseUserDatabase {
      * @param dbConnection The database connection to use
      * @param userName The name of the user to find
      * @return the user, or null if not found
-     *
-     * @deprecated Will be made private in Tomcat 12
      */
-    @Deprecated
-    public User findUserInternal(Connection dbConnection, String userName) {
+    private User findUserInternal(Connection dbConnection, String userName) {
         String dbCredentials = null;
         String fullName = null;
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to