mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
don't perform any additional parsing on the contents of the {@code} tag in javadoc (IDEA-95956)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
abstract class AutoconfigurationHelper {
|
||||
/**
|
||||
* This method is an equivalent to {@code generalMethod((Object[]) null)}.
|
||||
*/
|
||||
public void specificMethod() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user