Skip to content

Commit 5344d43

Browse files
committed
Make StringHelper.GenerateSuffix internal
1 parent 038a4c3 commit 5344d43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHibernate/Util/StringHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ public static bool IsAnyNewLine(this string str, int index, out int newLineLengt
872872
return false;
873873
}
874874

875-
public static string GenerateSuffix(int index)
875+
internal static string GenerateSuffix(int index)
876876
{
877877
return index switch
878878
{

0 commit comments

Comments
 (0)