Fix compile errors

This commit is contained in:
norman 2011-12-07 07:57:56 +01:00
parent cc761ae786
commit 51f69877a6

View File

@ -266,6 +266,16 @@ public class IpFilterRuleTest extends TestCase
return 0;
}
@Override
public Object getAttachment() {
return null;
}
@Override
public void setAttachment(Object attachment) {
}
}, h, addr),
addr);
}