From b3994eefa055f2d616bb05bd60a43d25c0ce523c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Fri, 4 Jan 2019 14:43:26 +0100 Subject: [PATCH] [editor-ui-api] TreeBasedStructureViewBuilder: javadoc minor --- .../ide/structureView/TreeBasedStructureViewBuilder.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/editor-ui-api/src/com/intellij/ide/structureView/TreeBasedStructureViewBuilder.java b/platform/editor-ui-api/src/com/intellij/ide/structureView/TreeBasedStructureViewBuilder.java index df947dd087dd..2b99283fac70 100644 --- a/platform/editor-ui-api/src/com/intellij/ide/structureView/TreeBasedStructureViewBuilder.java +++ b/platform/editor-ui-api/src/com/intellij/ide/structureView/TreeBasedStructureViewBuilder.java @@ -1,4 +1,4 @@ -// Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. +// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.ide.structureView; import com.intellij.openapi.editor.Editor; @@ -11,7 +11,7 @@ import org.jetbrains.annotations.Nullable; /** * Default implementation of the {@link StructureViewBuilder} interface which uses the - * standard IDEA implementation of the {@link StructureView} component and allows to + * standard implementation of the {@link StructureView} component and allows to * customize the data displayed in the structure view. * * @see StructureViewModel