Skip to content

Commit

Permalink
Fixed issue #972.
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsschmidt1337 committed Aug 13, 2023
1 parent 2ad865b commit 1ed153f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/org/nschmidt/ldparteditor/security/SerialKiller.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,15 @@ public class SerialKiller extends ObjectInputStream {
"java.util.Locale", //$NON-NLS-1$
"java.util.concurrent.atomic.AtomicBoolean", //$NON-NLS-1$
"org.nschmidt.ldparteditor.data.GColour", //$NON-NLS-1$
"org.nschmidt.ldparteditor.data.colour.GCChrome", //$NON-NLS-1$
"org.nschmidt.ldparteditor.data.colour.GCDithered", //$NON-NLS-1$
"org.nschmidt.ldparteditor.data.colour.GCGlitter", //$NON-NLS-1$
"org.nschmidt.ldparteditor.data.colour.GCMatteMetal", //$NON-NLS-1$
"org.nschmidt.ldparteditor.data.colour.GCMetal", //$NON-NLS-1$
"org.nschmidt.ldparteditor.data.colour.GCPearl", //$NON-NLS-1$
"org.nschmidt.ldparteditor.data.colour.GCRubber", //$NON-NLS-1$
"org.nschmidt.ldparteditor.data.colour.GCSpeckle", //$NON-NLS-1$
"org.nschmidt.ldparteditor.data.colour.GCType", //$NON-NLS-1$
"org.nschmidt.ldparteditor.workbench.PrimitiveCache", //$NON-NLS-1$
"java.util.HashMap", //$NON-NLS-1$
"org.nschmidt.ldparteditor.data.PGData", //$NON-NLS-1$
Expand Down

0 comments on commit 1ed153f

Please sign in to comment.