mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-08 03:29:08 +07:00
Also convert AddJavadocIntention to ModCommand GitOrigin-RevId: f33816159a5805395a63ad3107f4b895659f375b
11 lines
96 B
Java
11 lines
96 B
Java
// "Add Javadoc" "true-preview"
|
|
|
|
class A {
|
|
/**
|
|
*
|
|
*/
|
|
public void foo() {
|
|
|
|
}
|
|
}
|