Commit 6970f19c authored by Stephane Nicoll's avatar Stephane Nicoll

Merge branch '2.0.x'

parents ae12d515 7ae82b07
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
package org.springframework.boot.autoconfigure; package org.springframework.boot.autoconfigure;
import java.nio.charset.Charset;
import java.nio.charset.StandardCharsets; import java.nio.charset.StandardCharsets;
import java.util.concurrent.CountDownLatch; import java.util.concurrent.CountDownLatch;
import java.util.concurrent.atomic.AtomicBoolean; import java.util.concurrent.atomic.AtomicBoolean;
...@@ -173,7 +172,6 @@ public class BackgroundPreinitializer ...@@ -173,7 +172,6 @@ public class BackgroundPreinitializer
@Override @Override
public void run() { public void run() {
StandardCharsets.UTF_8.name(); StandardCharsets.UTF_8.name();
Charset.availableCharsets();
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment