Skip to content

Commit

Permalink
Renaming EngineImplementation property to simply Implementation in In…
Browse files Browse the repository at this point in the history
…ternetExplorerDriverService class
  • Loading branch information
jimevans committed Sep 9, 2014
1 parent 35044b1 commit 437dd18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dotnet/src/webdriver/IE/InternetExplorerDriverService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,9 @@ public InternetExplorerDriverLogLevel LoggingLevel
}

/// <summary>
/// Gets or sets the engine implementation to be used by the IEDriverServer.
/// Gets or sets the implementation to be used by the IEDriverServer.
/// </summary>
public InternetExplorerDriverEngine EngineImplementation
public InternetExplorerDriverEngine Implementation
{
get { return this.engineImplementation; }
set { this.engineImplementation = value; }
Expand Down

0 comments on commit 437dd18

Please sign in to comment.