Merge branch 'stable-5.10' into stable-5.11

* stable-5.10:
  Remove texts which were added by mistake in 00386272
  Fix formatting which was broken in 00386272

Change-Id: I0f1511be5375716d41565e72b271cb956c3e847b
This commit is contained in:
Matthias Sohn 2021-05-12 08:56:27 +02:00
commit 618d8c4784
1 changed files with 13 additions and 14 deletions

View File

@ -331,8 +331,7 @@ private OutputStream get() throws IOException {
}
@Override
public void write(byte[] b, int o, int n)
throws IOException {
public void write(byte[] b, int o, int n) throws IOException {
get().write(b, o, n);
}