don't perform any additional parsing on the contents of the {@code} tag in javadoc (IDEA-95956)

This commit is contained in:
Dmitry Jemerov
2015-01-21 13:02:30 +01:00
parent 6349e5cb35
commit 256fd71176
7 changed files with 221 additions and 125 deletions

View File

@@ -0,0 +1,7 @@
abstract class AutoconfigurationHelper {
/**
* This method is an equivalent to {@code generalMethod((Object[]) null)}.
*/
public void specificMethod() {
}
}