From f1fa24e04f76a1e06f7bd324b4e4280db33febe2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Yann=20C=C3=A9bron?= Date: Wed, 12 Aug 2020 17:28:43 +0200 Subject: [PATCH] ForwardIndex: fix javadoc formatting GitOrigin-RevId: 7d1af4678297b3f26a05a4c657b6dd462b1fedff --- .../com/intellij/util/indexing/impl/forward/ForwardIndex.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/util/src/com/intellij/util/indexing/impl/forward/ForwardIndex.java b/platform/util/src/com/intellij/util/indexing/impl/forward/ForwardIndex.java index 3940420983e6..2eb9f7a36571 100644 --- a/platform/util/src/com/intellij/util/indexing/impl/forward/ForwardIndex.java +++ b/platform/util/src/com/intellij/util/indexing/impl/forward/ForwardIndex.java @@ -1,4 +1,4 @@ -// 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. +// Copyright 2000-2020 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.util.indexing.impl.forward; import com.intellij.openapi.util.io.ByteArraySequence; @@ -10,7 +10,7 @@ import org.jetbrains.annotations.Nullable; import java.io.IOException; /** - * Represents key-value storage held by forward index data structure. + * Represents key-value storage held by forward index data structure. */ @ApiStatus.Experimental public interface ForwardIndex extends KeyValueStore { -- 2.32.0