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

doebele pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/empire-db.git


The following commit(s) were added to refs/heads/master by this push:
     new ab94f21a EMPIREDB-388 removed "final" from createCommand()
ab94f21a is described below

commit ab94f21afc9fb41b350fd86e68ab93cebbdf1c7f
Author: Rainer Döbele <[email protected]>
AuthorDate: Tue Jul 19 14:24:51 2022 +0200

    EMPIREDB-388
    removed "final" from createCommand()
---
 empire-db/src/main/java/org/apache/empire/db/DBDatabase.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/empire-db/src/main/java/org/apache/empire/db/DBDatabase.java 
b/empire-db/src/main/java/org/apache/empire/db/DBDatabase.java
index ac276630..2809a77c 100644
--- a/empire-db/src/main/java/org/apache/empire/db/DBDatabase.java
+++ b/empire-db/src/main/java/org/apache/empire/db/DBDatabase.java
@@ -934,7 +934,7 @@ public abstract class DBDatabase extends DBObject
      *
      * @Deprecated use context.createCommand();
      */
-    public final DBCommand createCommand()
+    public DBCommand createCommand()
     {
         checkOpen(); 
         // For compatiblity with 2.x dont use isPreparedStatementsEnabled() 

Reply via email to