mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
faster NoData exception creation
This commit is contained in:
@@ -16,4 +16,8 @@
|
||||
package com.intellij.debugger;
|
||||
|
||||
public class NoDataException extends Exception{
|
||||
@Override
|
||||
public Throwable fillInStackTrace() {
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user