Skip to content

Commit

Permalink
Fix a spacing issue. No logical change
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Feb 22, 2018
1 parent f1a97a4 commit f3ff5da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/server/src/org/openqa/grid/internal/RemoteProxy.java
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ default TestSlot createTestSlot(SeleniumProtocol protocol, Map<String, Object> c
* @deprecated Use {@link #getProxyStatus()}.
*/
@Deprecated
JsonObject getStatus() ;
JsonObject getStatus();

Map<String, Object> getProxyStatus();

Expand Down

0 comments on commit f3ff5da

Please sign in to comment.