# | Line 8 | Line 8 | class PluginDemo { | |
---|---|---|
8 | // Test the PluginFilterManager with some XMLPackets. | |
9 | public static void main(String[] args){ | |
10 | ||
11 | < | PluginFilterManager pfm = PluginFilterManager.init(); |
11 | > | PluginFilterManager pfm = PluginFilterManager.getInstance(); |
12 | ||
13 | // Some XMLPackets to test with... | |
14 | XMLPacket validPacket = new XMLPacket(); |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |