Skip to content

Commit

Permalink
Remove last import sun.reflect.misc.ReflectUtil
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjwalls committed Nov 22, 2024
1 parent 3e4a717 commit 8582eb9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/java.base/share/classes/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,6 @@
exports sun.reflect.misc to
java.desktop,
java.management,
java.management.rmi,
java.rmi,
java.sql.rowset;
exports sun.security.action to
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
import javax.management.remote.JMXServerErrorException;
import javax.management.remote.NotificationResult;
import javax.security.auth.Subject;
import sun.reflect.misc.ReflectUtil;

import static javax.management.remote.rmi.RMIConnector.Util.cast;
import com.sun.jmx.remote.internal.ServerCommunicatorAdmin;
Expand Down

0 comments on commit 8582eb9

Please sign in to comment.