IDEA-108141 reused code of FixDocCommentAction

This commit is contained in:
Dmitry Batkovich
2014-06-03 15:06:11 +04:00
parent d03289c9e5
commit 6a73a7151e
15 changed files with 213 additions and 5 deletions
@@ -0,0 +1,7 @@
// "Add Javadoc" "true"
class A {
public void f<caret>oo() {
}
}