[Polycasso-commit] SF.net SVN: polycasso:[45] trunk/polycasso/src/com/mebigfatguy/polycasso/ ImageG
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2009-11-25 01:32:17
|
Revision: 45
http://polycasso.svn.sourceforge.net/polycasso/?rev=45&view=rev
Author: dbrosius
Date: 2009-11-25 01:32:11 +0000 (Wed, 25 Nov 2009)
Log Message:
-----------
bestImage is transient so as not to be serializable
Modified Paths:
--------------
trunk/polycasso/src/com/mebigfatguy/polycasso/ImageGeneratedEvent.java
Modified: trunk/polycasso/src/com/mebigfatguy/polycasso/ImageGeneratedEvent.java
===================================================================
--- trunk/polycasso/src/com/mebigfatguy/polycasso/ImageGeneratedEvent.java 2009-11-25 01:31:05 UTC (rev 44)
+++ trunk/polycasso/src/com/mebigfatguy/polycasso/ImageGeneratedEvent.java 2009-11-25 01:32:11 UTC (rev 45)
@@ -28,7 +28,7 @@
public class ImageGeneratedEvent extends EventObject {
private static final long serialVersionUID = 1478846574394938989L;
- private Image bestImage;
+ private transient Image bestImage;
/**
* creates the event object with the source of the event as well as the image
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|