mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 23:31:05 +07:00
5 lines
640 B
Plaintext
5 lines
640 B
Plaintext
HtmlFile:codeBlock.md
|
|
PsiElement(HTML_DOCUMENT)
|
|
PsiElement(XML_PROLOG)
|
|
<empty list>
|
|
PsiElement(MARKDOWN_OUTER_BLOCK)('A code block:\n\n /**\n * Load a {@link String} from the {@link #BUNDLE} {@link ResourceBundle}.\n *\n * @param key the key of the resource.\n * @param params the optional parameters for the specific resource.\n * @return the {@link String} value or {@code null} if no resource found for the key.\n */\n public static String message(@PropertyKey(resourceBundle = BUNDLE_NAME) String key, Object... params) {\n return CommonBundle.message(BUNDLE, key, params);\n }') |