mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8192961: Remove some double semicolons
Reviewed-by: redestad
This commit is contained in:
parent
c107fb7b74
commit
3a458b1aa1
3 changed files with 6 additions and 6 deletions
|
@ -63,8 +63,8 @@ import jdk.internal.module.ServicesCatalog;
|
|||
import jdk.internal.reflect.CallerSensitive;
|
||||
import jdk.internal.reflect.Reflection;
|
||||
import jdk.internal.HotSpotIntrinsicCandidate;
|
||||
import jdk.internal.misc.JavaLangAccess;;
|
||||
import jdk.internal.misc.SharedSecrets;;
|
||||
import jdk.internal.misc.JavaLangAccess;
|
||||
import jdk.internal.misc.SharedSecrets;
|
||||
import jdk.internal.misc.VM;
|
||||
import jdk.internal.logger.LoggerFinderLoader;
|
||||
import jdk.internal.logger.LazyLoggers;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue