mirror of https://github.com/apache/lucene.git
LUCENE-6019: remove printStackTrace
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1633775 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ca5063df99
commit
748fd311e6
|
@ -50,7 +50,6 @@ public class TestAssertions extends LuceneTestCase {
|
|||
}
|
||||
} catch (AssertionError e) {
|
||||
// expected
|
||||
e.printStackTrace(System.out);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue