Skip to content

Commit 26df937

Browse files
author
christopher.mbaike
committed
removed unused variable
1 parent a87402e commit 26df937

File tree

1 file changed

+0
-1
lines changed
  • src/test/java/com/techboy/selenium/beanconfig

1 file changed

+0
-1
lines changed

src/test/java/com/techboy/selenium/beanconfig/Beans.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
@Configuration
1919
public class Beans {
2020

21-
String workingDir = System.getProperty("user.dir");
2221
private String workingOS = System.getProperty("os.name").toLowerCase();
2322
private final boolean proxyEnabled = Boolean.getBoolean("proxyEnabled");
2423
private final String proxyHostname = System.getProperty("proxyHost");

0 commit comments

Comments
 (0)