Fix compilation in Eclipse Mars

Fixes #98
This commit is contained in:
Manu Sridharan 2016-04-03 12:22:57 -07:00
parent e28b97b1ec
commit 6df8d1b32d
1 changed files with 6 additions and 0 deletions

View File

@ -452,4 +452,10 @@ public class FakeExceptionTypeBinding implements ITypeBinding {
return null;
}
// do not put @Override here, to avoid breaking compilation on older Eclipse versions
public IBinding getDeclaringMember() {
// TODO Auto-generated method stub
return null;
}
}