mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-19 10:20:56 +07:00
8 lines
174 B
Java
8 lines
174 B
Java
// "Add Method Body" "true"
|
|
class a {
|
|
void f() {
|
|
<selection>//To change body of created methods use File | Settings | File Templates.</selection><caret>
|
|
}
|
|
}
|
|
|