Sign in
android
/
platform
/
tools
/
idea
/
c6218e46d5d2017e987ecdbd99b318a95c42abc0
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
ExpandToNormalAnnotationIntention
/
after.java.template
blob: 825a5a3bbaaca54477de0944d51ce796e912b263 [
file
] [
log
] [
blame
]
public
class
X
{
@SuppressWarnings
(
value
=
"EmptyMethod"
)
void
f
()
{}
}