[
https://issues.apache.org/jira/browse/IGNITE-12919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17088109#comment-17088109
]
Amelchev Nikita commented on IGNITE-12919:
------------------------------------------
[~mmuzaf] Hi. Could you take a look, please?
> Not all GridUuid renamed to IgniteUuid
> --------------------------------------
>
> Key: IGNITE-12919
> URL: https://issues.apache.org/jira/browse/IGNITE-12919
> Project: Ignite
> Issue Type: Bug
> Reporter: Amelchev Nikita
> Assignee: Amelchev Nikita
> Priority: Minor
> Fix For: 2.9
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> There are several places in javadocs and serialization mechanisms where
> GridUuid is not renamed. For example:
> {noformat}
> /**
> * Constructs {@code GridUuid} from a global and local identifiers.
> ...
> */
> public IgniteUuid(UUID gid, long locId) { ... }
> /**
> * Reads {@link org.apache.ignite.lang.IgniteUuid} from input stream.
> ...
> */
> @Nullable public static IgniteUuid readGridUuid(DataInput in) throws
> IOException {...}
> {noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)