You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,8 +119,9 @@ If you are using the Eclipse IDE, make sure you are using version Luna or later.
119
119
- the dependency on org.apache.commons commons-lang3 v3.4 was added
120
120
- the fix of Widget method invocation.[#340](https://github.com/appium/java-client/issues/340). A class visibility was taken into account. Thanks to [aznime](https://github.com/aznime) for the catching.
121
121
Server flags were added:
122
-
- GeneralServerFlag.ASYNC_TRACE
123
-
- IOSServerFlag.WEBKIT_DEBUG_PROXY_PORT
122
+
- GeneralServerFlag.ASYNC_TRACE
123
+
- IOSServerFlag.WEBKIT_DEBUG_PROXY_PORT
124
+
- Source code was formatted using [eclipse-java-google-style.xml](https://google-styleguide.googlecode.com/svn/trunk/eclipse-java-google-style.xml). This is not the complete solution. The code style checking is going to be added further. Thanks to [SrinivasanTarget](https://github.com/SrinivasanTarget) for the work!
0 commit comments