8192961: Remove some double semicolons

Reviewed-by: redestad
This commit is contained in:
Christoph Langer 2017-12-04 10:13:58 +01:00
parent c107fb7b74
commit 3a458b1aa1
3 changed files with 6 additions and 6 deletions

View file

@ -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;