Fix compilation error

This commit is contained in:
Norman Maurer 2012-05-22 22:34:50 +02:00
parent 17dca37380
commit 2c7c67ef4c

View File

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