Zeer veel aanpassingen:

- omslachtigheden verbeterd
- netwerking gefixt
- ...
This commit is contained in:
2011-05-08 13:38:23 +00:00
parent f5a555adbc
commit e135ea5a6d
39 changed files with 661 additions and 549 deletions

View File

@@ -0,0 +1,7 @@
package pm.exception.event.spreader;
import pm.exception.event.SpreaderException;
public class NetworkSpreaderException extends SpreaderException {
protected static final long serialVersionUID = 1L;
}