hudson failed becaus of this unnecessary @Override annotation

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@788292 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Noble Paul 2009-06-25 08:43:18 +00:00
parent a678924f96
commit e7c97672d0
1 changed files with 0 additions and 1 deletions

View File

@ -39,7 +39,6 @@ public class MockInitialContextFactory implements InitialContextFactory {
try {
EasyMock.expect(context.lookup((String) EasyMock.anyObject())).andAnswer(
new IAnswer<Object>() {
@Override
public Object answer() throws Throwable {
return objects.get(EasyMock.getCurrentArguments()[0]);
}