< prev index next >

src/java.base/share/classes/java/lang/reflect/Modifier.java

Print this page

        

@@ -42,17 +42,10 @@
  * @author Kenneth Russell
  * @since 1.1
  */
 public class Modifier {
     /**
-     * Do not call.
-     */
-    @Deprecated(forRemoval=true, since="14")
-    public Modifier() {}
-
-
-    /**
      * Return {@code true} if the integer argument includes the
      * {@code public} modifier, {@code false} otherwise.
      *
      * @param   mod a set of modifiers
      * @return {@code true} if {@code mod} includes the
< prev index next >