Skip to content

Commit

Permalink
remove static variable
Browse files Browse the repository at this point in the history
  • Loading branch information
SrinivasanTarget committed Nov 3, 2017
1 parent e49c6bf commit fe14c17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/thoughtworks/iOS/IOSManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
public class IOSManager implements Manager {

private CommandPromptUtil cmd;
public static ArrayList<String> deviceUDIDiOS = new ArrayList<String>();
public ArrayList<String> deviceUDIDiOS = new ArrayList<String>();
private final static int IOS_UDID_LENGTH = 40;
private final static int SIM_UDID_LENGTH = 36;
JSONObject iOSDevices;
Expand Down

0 comments on commit fe14c17

Please sign in to comment.