walkmod / walkmod-pmd-plugin

Walkmod plugin to fix the code according the PMD rules
2 stars 2 forks source link

do not delete "unused" readObject/writeObject #8

Closed cal101 closed 7 years ago

cal101 commented 7 years ago
- private void readObject(ObjectInputStream s) throws IOException, ClassNotFoundException{
...

-    private void writeObject(ObjectOutputStream s) throws IOException {
...