Added missing method when using Eclipse Mars.

This commit is contained in:
Michael Herzberg 2015-07-01 13:30:09 +02:00
parent d1010ff939
commit 8f247b7fa6
1 changed files with 6 additions and 0 deletions

View File

@ -452,4 +452,10 @@ public class FakeExceptionTypeBinding implements ITypeBinding {
return null;
}
@Override
public IBinding getDeclaringMember() {
// TODO Auto-generated method stub
return null;
}
}