Skip to content

Commit

Permalink
Update Task.java
Browse files Browse the repository at this point in the history
  • Loading branch information
zhou9584 committed Jan 22, 2024
1 parent 021cb8d commit 317bac8
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,16 +85,16 @@ public class Task implements Serializable {
@Transient
private boolean disableRecording = false;

//@Deprecated
@Transient
@Deprecated
private List<TestRun> deviceTestResults = new ArrayList<>();

//@Deprecated
@Transient
@Deprecated
private int testDevicesCount;

//@Deprecated
@Transient
@Deprecated
private String testErrorMsg;

public synchronized void addTestedDeviceResult(TestRun deviceTestResult) {
Expand Down

0 comments on commit 317bac8

Please sign in to comment.