You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by ju...@apache.org on 2021/11/15 14:23:54 UTC

[jspwiki] 04/14: Remove useless, unused static void trace() method

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

juanpablo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jspwiki.git

commit 3f4d384662d31fdab1a5b958a01e1876c7810e4d
Author: Juan Pablo Santos Rodríguez <ju...@gmail.com>
AuthorDate: Mon Nov 15 14:25:32 2021 +0100

    Remove useless, unused static void trace() method
---
 jspwiki-main/src/test/java/org/apache/wiki/TestEngine.java | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/jspwiki-main/src/test/java/org/apache/wiki/TestEngine.java b/jspwiki-main/src/test/java/org/apache/wiki/TestEngine.java
index d5f6cfc..ab4280d 100644
--- a/jspwiki-main/src/test/java/org/apache/wiki/TestEngine.java
+++ b/jspwiki-main/src/test/java/org/apache/wiki/TestEngine.java
@@ -453,14 +453,6 @@ public class TestEngine extends WikiEngine {
         return getManager( RenderingManager.class ).getHTML( context, page );
     }
 
-    public static void trace() {
-        try {
-            throw new Exception("Foo");
-        } catch( final Exception e ) {
-            e.printStackTrace();
-        }
-    }
-
     /**
      * Supplies a clean set of test properties for the TestEngine constructor.
      * @param props the properties supplied by callers