[editor-ui-api] TreeBasedStructureViewBuilder: javadoc minor

This commit is contained in:
Yann Cébron
2019-01-07 14:18:59 +01:00
parent d5e3f537fd
commit b3994eefa0
@@ -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