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.

(cherry picked from commit 6d85310)
  • Loading branch information
ting-yuan authored and KSP Auto Pick committed Apr 4, 2024
1 parent 70a2323 commit 5418453
Showing 1 changed file with 0 additions and 1 deletion.
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 5418453

Please sign in to comment.