Skip to content

Commit

Permalink
(cake-buildGH-937) Corrected Obsolete Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gep13 committed Jun 1, 2016
1 parent c5b5736 commit 3505517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cake.Core/Tooling/Tool.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public abstract class Tool<TSettings> where TSettings : ToolSettings
/// <param name="environment">The environment.</param>
/// <param name="processRunner">The process runner.</param>
/// <param name="globber">The globber.</param>
[Obsolete("Please use Tool(IFileSystem, ICakeEnvironment, IProcessRunner, IToolService) instead.")]
[Obsolete("Please use Tool(IFileSystem, ICakeEnvironment, IProcessRunner, IToolLocator) instead.")]
protected Tool(IFileSystem fileSystem, ICakeEnvironment environment, IProcessRunner processRunner, IGlobber globber)
: this(fileSystem, environment, processRunner, (IToolLocator)null)
{
Expand Down

0 comments on commit 3505517

Please sign in to comment.