From 28008541d55ef02d44bfb336016f2ea742b85582 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Fri, 8 Mar 2019 16:52:51 +0100 Subject: [PATCH] I18nizeQuickFixModel: fix dangling Javadoc --- .../lang/properties/references/I18nizeQuickFixModel.java | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/plugins/properties/src/com/intellij/lang/properties/references/I18nizeQuickFixModel.java b/plugins/properties/src/com/intellij/lang/properties/references/I18nizeQuickFixModel.java index 0d5f5d2f84ba..92e5ce4729aa 100644 --- a/plugins/properties/src/com/intellij/lang/properties/references/I18nizeQuickFixModel.java +++ b/plugins/properties/src/com/intellij/lang/properties/references/I18nizeQuickFixModel.java @@ -13,16 +13,15 @@ * See the License for the specific language governing permissions and * limitations under the License. */ - -/** - * @author cdr - */ package com.intellij.lang.properties.references; import com.intellij.lang.properties.psi.PropertiesFile; import java.util.Collection; +/** + * @author cdr + */ public interface I18nizeQuickFixModel { String getValue();