Skip to content

Commit

Permalink
Moving .NET IActionExecutor interface from internal namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
jimevans committed Apr 11, 2019
1 parent 194a5e5 commit 2528532
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// <copyright file="IActionExecutor.cs" company="WebDriver Committers">
// <copyright file="IActionExecutor.cs" company="WebDriver Committers">
// Licensed to the Software Freedom Conservancy (SFC) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
Expand All @@ -22,7 +22,7 @@
using System.Text;
using OpenQA.Selenium.Interactions;

namespace OpenQA.Selenium.Internal
namespace OpenQA.Selenium
{
/// <summary>
/// Interface allowing execution of W3C Specification-compliant actions.
Expand Down

0 comments on commit 2528532

Please sign in to comment.