View | Details | Raw Unified | Return to bug 61998
Collapse All | Expand All

(-)compare/org/eclipse/compare/internal/ViewerSwitchingCancelled.java (-1 / +1 lines)
Lines 11-17 Link Here
11
package org.eclipse.compare.internal;
11
package org.eclipse.compare.internal;
12
12
13
13
14
public class ViewerSwitchingCancelled extends Error {
14
public class ViewerSwitchingCancelled extends RuntimeException {
15
15
16
}
16
}
17
17

Return to bug 61998