Skip to content

Commit

Permalink
Mark unused NewProfileFileExtensionConnection as deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed May 15, 2017
1 parent 64c7ffc commit 78e6851
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
import java.net.URL;
import java.util.Optional;

/**
* @deprecated No longer used within the code base. Will be delete in Selenium 3.6
*/
@Deprecated
public class NewProfileExtensionConnection implements ExtensionConnection, NeedsLocalLogs {

private static final NetworkUtils networkUtils = new NetworkUtils();
Expand Down

0 comments on commit 78e6851

Please sign in to comment.