Skip to content

Commit 72426b1

Browse files
Fix Sonar warning
1 parent ed5855c commit 72426b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/Minification/Plugins/TextBasedMinificationResult.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public abstract class TextBasedMinificationResult : IResponseContent
2121

2222
#region Initialization
2323

24-
public TextBasedMinificationResult(IResponseContent original, MinificationErrors errorHandling)
24+
protected TextBasedMinificationResult(IResponseContent original, MinificationErrors errorHandling)
2525
{
2626
Original = original;
2727
ErrorHandling = errorHandling;

0 commit comments

Comments
 (0)