mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
add javadoc for type parameter: insert brackets (IDEA-193915)
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
// "Add tag @param <T>" "true"
|
||||
class a {
|
||||
/**
|
||||
* @param <T>
|
||||
*/
|
||||
public <T> void run() {
|
||||
|
||||
}
|
||||
}
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
// "Add tag @param <T>" "true"
|
||||
class a {
|
||||
/**<caret>
|
||||
*/
|
||||
public <T> void run() {
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user