Skip to content

Commit

Permalink
Not using reflection
Browse files Browse the repository at this point in the history
  • Loading branch information
JimBobSquarePants committed Oct 7, 2019
1 parent 7a4ae3d commit 12d22b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public void AddImageFormats(params IImageFormat[] formats)
public void SetLogger(ILogger logger) => this.Logger = logger;

/// <summary>
/// Creates a list, using reflection, of supported image formats that ImageProcessor can run.
/// Creates a collection of supported image formats that ImageProcessor can run.
/// </summary>
private void LoadSupportedImageFormats()
{
Expand Down

0 comments on commit 12d22b6

Please sign in to comment.