We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed5855c commit 72426b1Copy full SHA for 72426b1
Modules/Minification/Plugins/TextBasedMinificationResult.cs
@@ -21,7 +21,7 @@ public abstract class TextBasedMinificationResult : IResponseContent
21
22
#region Initialization
23
24
- public TextBasedMinificationResult(IResponseContent original, MinificationErrors errorHandling)
+ protected TextBasedMinificationResult(IResponseContent original, MinificationErrors errorHandling)
25
{
26
Original = original;
27
ErrorHandling = errorHandling;
0 commit comments