Skip to content

Commit

Permalink
Remove dep to javax.annotation.ParametersAreNonnullByDefault
Browse files Browse the repository at this point in the history
which should be supplied by JDK.
  • Loading branch information
ting-yuan committed Apr 4, 2024
1 parent c6f232b commit 6d85310
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -712,7 +712,6 @@ internal val DEAR_SHADOW_JAR_PLEASE_DO_NOT_REMOVE_THESE = listOf(
com.intellij.psi.tree.ChildRoleBase::class.java,
com.intellij.util.xmlb.Constants::class.java,
com.intellij.xml.CommonXmlStrings::class.java,
javax.annotation.ParametersAreNonnullByDefault::class.java,
org.codehaus.stax2.XMLInputFactory2::class.java,
org.codehaus.stax2.XMLStreamProperties::class.java,
)
Expand Down

0 comments on commit 6d85310

Please sign in to comment.