Skip to main content
aboutsummaryrefslogtreecommitdiffstats
blob: a3874dd09400219054ea48b8673f3b14ded1fae0 (plain) (blame)
1
2
3
4
5
6
7
package org.eclipse.compare.internal;


public class ViewerSwitchingCancelled extends Error {

}

Back to the top