From 5d17dfbb778a835a36edf78fbb225b17e108c2b4 Mon Sep 17 00:00:00 2001 From: nik Date: Wed, 22 Jul 2015 14:04:32 +0300 Subject: [PATCH] javadoc formatting typo fixed --- .../src/com/intellij/util/xml/CustomReferenceConverter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xml/dom-openapi/src/com/intellij/util/xml/CustomReferenceConverter.java b/xml/dom-openapi/src/com/intellij/util/xml/CustomReferenceConverter.java index 096fdadc0c12..e14dedf8fdad 100644 --- a/xml/dom-openapi/src/com/intellij/util/xml/CustomReferenceConverter.java +++ b/xml/dom-openapi/src/com/intellij/util/xml/CustomReferenceConverter.java @@ -21,7 +21,7 @@ import org.jetbrains.annotations.NotNull; /** * Can be implemented by {@link com.intellij.util.xml.Converter} instance, or used with - * {@link @com.intellij.util.xml.Referencing} annotation. + * {@link com.intellij.util.xml.Referencing} annotation. * * @author peter */