Sign in
android
/
platform
/
tools
/
idea
/
b56ea2a18f232d79481e778085fd64e8ae486fc3
/
.
/
resources-en
/
src
/
intentionDescriptions
/
ImplementAbstractMethodAction
/
after.java.template
blob: a89864246d8d2760a57822fca9d7e62ce8834aa5 [
file
] [
log
] [
blame
]
public
abstract
class
X
{
abstract
void
f
();
}
abstract
class
Y
extends
X
{
void
f
()
{
//To change body of implemented methods use File | Settings | File Templates.
}
}