You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ag...@apache.org on 2021/05/18 11:31:17 UTC

[ignite-3] branch ignite-14389 updated: IGNITE-14398 Fixed javadoc

This is an automated email from the ASF dual-hosted git repository.

agura pushed a commit to branch ignite-14389
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/ignite-14389 by this push:
     new c55b8d8  IGNITE-14398 Fixed javadoc
c55b8d8 is described below

commit c55b8d87080bb6eef59d9893dd834f766199b756
Author: Andrey Gura <ag...@apache.org>
AuthorDate: Tue May 18 14:30:52 2021 +0300

    IGNITE-14398 Fixed javadoc
---
 .../java/org/apache/ignite/internal/metastorage/server/Entry.java     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/metastorage-server/src/main/java/org/apache/ignite/internal/metastorage/server/Entry.java b/modules/metastorage-server/src/main/java/org/apache/ignite/internal/metastorage/server/Entry.java
index 48460c7..ede6ce2 100644
--- a/modules/metastorage-server/src/main/java/org/apache/ignite/internal/metastorage/server/Entry.java
+++ b/modules/metastorage-server/src/main/java/org/apache/ignite/internal/metastorage/server/Entry.java
@@ -24,8 +24,8 @@ import org.jetbrains.annotations.Nullable;
  * Represents a storage unit as entry with key, value and revision, where
  * <ul>
  *     <li>key - an unique entry's key represented by an array of bytes. Keys are comparable in lexicographic manner.</li>
- *     <ul>value - a data which is associated with a key and represented as an array of bytes.</ul>
- *     <ul>revision - a number which denotes a version of whole meta storage. Each change increments the revision.</ul>
+ *     <li>value - a data which is associated with a key and represented as an array of bytes.</li>
+ *     <li>revision - a number which denotes a version of whole meta storage. Each change increments the revision.</li>
  * </ul>
  *
  * Instance of {@link #Entry} could represents: