Revision: 203
http://patchanim.svn.sourceforge.net/patchanim/?rev=203&view=rev
Author: dbrosius
Date: 2008-02-17 19:58:59 -0800 (Sun, 17 Feb 2008)
Log Message:
-----------
make image transient
Modified Paths:
--------------
trunk/patchanim/src/com/mebigfatguy/patchanim/gui/events/PatchCompletionEvent.java
Modified: trunk/patchanim/src/com/mebigfatguy/patchanim/gui/events/PatchCompletionEvent.java
===================================================================
--- trunk/patchanim/src/com/mebigfatguy/patchanim/gui/events/PatchCompletionEvent.java 2008-02-18 03:26:07 UTC (rev 202)
+++ trunk/patchanim/src/com/mebigfatguy/patchanim/gui/events/PatchCompletionEvent.java 2008-02-18 03:58:59 UTC (rev 203)
@@ -23,8 +23,8 @@
public class PatchCompletionEvent extends EventObject {
- private static final long serialVersionUID = -2446326623721576523L;
- private BufferedImage image;
+ private static final long serialVersionUID = -565663620059754119L;
+ private transient BufferedImage image;
public PatchCompletionEvent(Object src, BufferedImage animatedImage) {
super(src);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|