Skip to content

Commit

Permalink
server: Deprecating an interface method that is used in tests only
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed Jun 8, 2015
1 parent 6418964 commit ed4a89e
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,9 @@ public interface DriverFactory {

WebDriver newInstance(Capabilities capabilities);

/**
* @deprecated This method is used in tests only and subject to be removed from the interface
*/
@Deprecated
boolean hasMappingFor(Capabilities capabilities);
}

0 comments on commit ed4a89e

Please sign in to comment.