Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
plugins
/
IntentionPowerPak
/
src
/
intentionDescriptions
/
ChangeToEndOfLineCommentIntention
/
after.java.template
blob: 472ed1c838db3735a4164162b7ad5da210ff3f97 [
file
] [
log
] [
blame
]
public
class
X
{
void
f
()
{
// comment
// more of the same comment
}
}