You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jdo-commits@db.apache.org by mb...@apache.org on 2023/03/19 19:44:14 UTC

[db-jdo] 01/02: JDO-823: Standard outputs should not be used to log anything

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

mbo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/db-jdo.git

commit 306b7866a9a9de31fb619f96ccc7d58e74c598aa
Author: Michael Bouschen <Mi...@akquinet.de>
AuthorDate: Sun Mar 19 20:35:35 2023 +0100

    JDO-823: Standard outputs should not be used to log anything
---
 tck/src/main/resources/conf/jdo-signatures.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tck/src/main/resources/conf/jdo-signatures.txt b/tck/src/main/resources/conf/jdo-signatures.txt
index 77425de0..01cc8ad7 100644
--- a/tck/src/main/resources/conf/jdo-signatures.txt
+++ b/tck/src/main/resources/conf/jdo-signatures.txt
@@ -484,7 +484,6 @@ public class javax.jdo.JDOException extends RuntimeException {
     public synchronized Throwable getCause();
     public synchronized Throwable initCause(Throwable cause);
     public synchronized String toString();
-    public void printStackTrace();
     public void printStackTrace(java.io.PrintStream s);
     public void printStackTrace(java.io.PrintWriter s);
 }