Skip to content

Commit

Permalink
Made file transient to fix non serializable field
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1225322 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
pmouawad committed Dec 28, 2011
1 parent 1dd2cd7 commit 041879e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reports/org/apache/jmeter/testelement/JTLData.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class JTLData implements Serializable, DataSet {
private String jtl_file = null;
private long startTimestamp = 0;
private long endTimestamp = 0;
private File inputFile = null;
private transient File inputFile = null;

/**
*
Expand Down

0 comments on commit 041879e

Please sign in to comment.