Merge branch 'stable-5.11' into stable-5.12

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

Change-Id: I6184772bdeca1b9ccecf6e400ae15604ab4f5a69
This commit is contained in:
Matthias Sohn 2021-05-12 08:57:20 +02:00
commit 4e290d389a
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);
}