mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Merge branch '5.2.x'
This commit is contained in:
@@ -218,7 +218,7 @@ public abstract class FileCopyUtils {
|
||||
return "";
|
||||
}
|
||||
|
||||
StringWriter out = new StringWriter();
|
||||
StringWriter out = new StringWriter(BUFFER_SIZE);
|
||||
copy(in, out);
|
||||
return out.toString();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user