mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
deprecate the unused class which has external usages
This commit is contained in:
@@ -15,6 +15,10 @@
|
||||
*/
|
||||
package com.intellij.openapi.application;
|
||||
|
||||
/**
|
||||
* @deprecated To remove in 2017.
|
||||
*/
|
||||
@Deprecated
|
||||
public class RuntimeInterruptedException extends RuntimeException {
|
||||
public RuntimeInterruptedException(InterruptedException cause) {
|
||||
super(cause);
|
||||
|
||||
Reference in New Issue
Block a user