Skip to content

Commit

Permalink
Issue #28: fixing another findbugs violation
Browse files Browse the repository at this point in the history
  • Loading branch information
sriramkrishnan committed Oct 29, 2013
1 parent aa5076a commit 0f36e67
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class FileAttachment implements Serializable {
/**
* The data for the attachment.
*/
private DataHandler data;
private transient DataHandler data;

/**
* Get the name of the file for this attachment.
Expand Down

0 comments on commit 0f36e67

Please sign in to comment.