mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8282657: Code cleanup: removing double semicolons at the end of lines
Reviewed-by: lancea, rriggs, ihse, prr, iris, wetmore, darcy, dholmes
This commit is contained in:
parent
5d5bf16b0a
commit
ccad39237a
82 changed files with 93 additions and 93 deletions
|
@ -371,7 +371,7 @@ public class PlatformLogger {
|
|||
@Deprecated
|
||||
public void setLevel(Level newLevel) {
|
||||
final ConfigurableBridge.LoggerConfiguration spi =
|
||||
PlatformLogger.ConfigurableBridge.getLoggerConfiguration(loggerProxy);;
|
||||
PlatformLogger.ConfigurableBridge.getLoggerConfiguration(loggerProxy);
|
||||
if (spi != null) {
|
||||
spi.setPlatformLevel(newLevel);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue