Skip to content

Commit 0059932

Browse files
authored
Merge branch 'master' into sparse
2 parents 77677cf + 9289d29 commit 0059932

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/NHibernate/Util/StringHelper.cs

+1-1
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)