Skip to content

Commit 13fd11a

Browse files
author
clanger
committed
8192961: Remove some double semicolons
Reviewed-by: redestad
1 parent 44047fb commit 13fd11a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

src/java.base/share/classes/java/lang/System.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363
import jdk.internal.reflect.CallerSensitive;
6464
import jdk.internal.reflect.Reflection;
6565
import jdk.internal.HotSpotIntrinsicCandidate;
66-
import jdk.internal.misc.JavaLangAccess;;
67-
import jdk.internal.misc.SharedSecrets;;
66+
import jdk.internal.misc.JavaLangAccess;
67+
import jdk.internal.misc.SharedSecrets;
6868
import jdk.internal.misc.VM;
6969
import jdk.internal.logger.LoggerFinderLoader;
7070
import jdk.internal.logger.LazyLoggers;

src/java.base/share/classes/jdk/internal/jrtfs/JrtPath.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -33,7 +33,7 @@
3333
import java.nio.channels.FileChannel;
3434
import java.nio.channels.SeekableByteChannel;
3535
import java.nio.file.*;
36-
import java.nio.file.DirectoryStream.Filter;;
36+
import java.nio.file.DirectoryStream.Filter;
3737
import java.nio.file.attribute.BasicFileAttributes;
3838
import java.nio.file.attribute.BasicFileAttributeView;
3939
import java.nio.file.attribute.FileAttribute;

src/java.desktop/share/classes/sun/awt/FontDescriptor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 1996, 2015, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 1996, 2017, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -26,7 +26,7 @@
2626

2727
import java.io.ByteArrayOutputStream;
2828
import java.io.OutputStreamWriter;
29-
import java.io.IOException;;
29+
import java.io.IOException;
3030
import java.nio.charset.Charset;
3131
import java.nio.charset.CharsetEncoder;
3232
import java.nio.charset.StandardCharsets;

0 commit comments

Comments
 (0)