This is an automated email from the ASF dual-hosted git repository. remm pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push: new 8a89da0 Remove unused code 8a89da0 is described below commit 8a89da0acc4d2aa2a06f684c49f220a7d43273db Author: remm <r...@apache.org> AuthorDate: Fri Nov 6 13:08:44 2020 +0100 Remove unused code --- java/org/apache/catalina/session/JDBCStore.java | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/java/org/apache/catalina/session/JDBCStore.java b/java/org/apache/catalina/session/JDBCStore.java index 63370c8..4ad4b06 100644 --- a/java/org/apache/catalina/session/JDBCStore.java +++ b/java/org/apache/catalina/session/JDBCStore.java @@ -67,11 +67,6 @@ public class JDBCStore extends StoreBase { protected static final String storeName = "JDBCStore"; /** - * Name to register for the background thread. - */ - protected static final String threadName = "JDBCStore"; - - /** * The connection username to use when trying to connect to the database. */ protected String connectionName = null; @@ -212,13 +207,6 @@ public class JDBCStore extends StoreBase { } /** - * @return the thread name for this Store. - */ - public String getThreadName() { - return threadName; - } - - /** * @return the name for this Store, used for logging. */ @Override --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org