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:
@@ -29,7 +29,6 @@ public class RepeatCallTracker
|
|||||||
{
|
{
|
||||||
if (_firstCall == null) {
|
if (_firstCall == null) {
|
||||||
_firstCall = new Exception("---- First call ----");
|
_firstCall = new Exception("---- First call ----");
|
||||||
_firstCall.fillInStackTrace();
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user