Skip to content

Commit

Permalink
Marking unusued Killable interface deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Jun 28, 2017
1 parent 3adacfe commit 55de2d3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions java/client/src/org/openqa/selenium/internal/Killable.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@
* killing the process at the OS level. This is interface is a last-ditch
* mechanism used by selenium-server and other servers trying to maintain
* a consistent runtime environment when facing hanging processes.
*
* @deprecated Nothing implements this interface, and it will be removed
*/
@Deprecated
public interface Killable {

/**
Expand Down

0 comments on commit 55de2d3

Please sign in to comment.