[corlib] Update public api
[mono.git] / mcs / class / corlib / ReferenceSources / String.cs
index a3ca19e5589d90d375ff9bd58aa42d71af3859d4..635040127f8e02311aa33f2f5e1361802855b753 100644 (file)
@@ -365,7 +365,7 @@ namespace System
                        return tmp;
                }
 
-               public String ReplaceInternal (String oldValue, String newValue)
+               internal String ReplaceInternal (String oldValue, String newValue)
                {
                        // LAMESPEC: According to MSDN the following method is culture-sensitive but this seems to be incorrect
                        // LAMESPEC: Result is undefined if result Length is longer than maximum string Length