From 97290ae758b96dc6404a800d29022eee95c465f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Tue, 6 Aug 2019 13:08:45 +0200 Subject: [PATCH] [dom] Implementation: Javadoc cleanup GitOrigin-RevId: b9d5f405e37b25fe4e568eee41a944c802414aff --- xml/dom-openapi/src/com/intellij/util/xml/Implementation.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xml/dom-openapi/src/com/intellij/util/xml/Implementation.java b/xml/dom-openapi/src/com/intellij/util/xml/Implementation.java index eb5a428e67c8..91c2a122e011 100644 --- a/xml/dom-openapi/src/com/intellij/util/xml/Implementation.java +++ b/xml/dom-openapi/src/com/intellij/util/xml/Implementation.java @@ -1,5 +1,5 @@ /* - * Copyright 2000-2012 JetBrains s.r.o. + * Copyright 2000-2019 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -24,7 +24,7 @@ import java.lang.annotation.Target; * Specifies DOM interface implementation. Implementation should be abstract class with only * non-DOM methods defined, it should implement the annotated interface. * - * @deprecated use extension point com.intellij.util.xml.impl.DomImplementationClassEP#EP_NAME + * @deprecated use extension point {@code com.intellij.dom.implementation} instead */ @Deprecated @Retention(RetentionPolicy.RUNTIME)