< prev index next >

test/hotspot/jtreg/runtime/InvocationTests/shared/AccessCheck.java

Print this page

        

@@ -24,12 +24,11 @@
 
 package shared;
 
 import static jdk.internal.org.objectweb.asm.Opcodes.*;
 
-/**
- *
+/*
  * @author vi158347
  */
 public class AccessCheck {
     public static boolean isAbstract(int access) {
         return (access & ACC_ABSTRACT) != 0;
< prev index next >