fillInStackTrace() is called when any Throwable is constructed.

git-svn-id: https://samskivert.googlecode.com/svn/trunk@1486 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
ray
2004-08-14 02:41:44 +00:00
parent f14d5d05c8
commit 47257c70d6
@@ -29,7 +29,6 @@ public class RepeatCallTracker
{
if (_firstCall == null) {
_firstCall = new Exception("---- First call ----");
_firstCall.fillInStackTrace();
return false;
}