Skip to content

Commit

Permalink
Marking obsolete augmenters as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Oct 29, 2018
1 parent eff8764 commit 483df12
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions java/client/src/org/openqa/selenium/remote/AddFindsByCss.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@

import java.util.Map;

/**
* @deprecated Everything now finds by css
*/
@Deprecated
public class AddFindsByCss implements AugmenterProvider {
public Class<?> getDescribedInterface() {
return FindsByCssSelector.class;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@

import java.util.Map;

/**
* @deprecated Everything now finds by css
*/
@Deprecated
public class AddFindsChildByCss implements AugmenterProvider {
public Class<?> getDescribedInterface() {
return FindsByCssSelector.class;
Expand Down

0 comments on commit 483df12

Please sign in to comment.