Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 5b811ee

Browse files
committed
remove un-necessary comment
1 parent 1ed4934 commit 5b811ee

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/ServiceStack.Text/Common/WriteType.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -413,10 +413,6 @@ public static void WriteQueryString(TextWriter writer, object value)
413413
}
414414
}
415415

416-
/// <summary>
417-
/// Converts all string values in <c>strArray</c> to uppercase
418-
/// </summary>
419-
/// <param name="strArray"></param>
420416
private static void ConvertToUpper(string[] strArray)
421417
{
422418
for (var i = 0; i < strArray.Length; ++i)

0 commit comments

Comments
 (0)