Merge branch 'stable-5.9' into stable-5.10

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

Change-Id: Ifa135077d8d07d2317df3b479822e30d87eca950
This commit is contained in:
Matthias Sohn 2021-05-12 08:55:17 +02:00
commit 3d156790e9
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);
}