NSAmelchev commented on code in PR #10393:
URL: https://github.com/apache/ignite/pull/10393#discussion_r1082732858


##########
modules/core/src/main/java/org/apache/ignite/events/EventType.java:
##########
@@ -526,6 +526,17 @@ public interface EventType {
      */
     public static final int EVT_CACHE_OBJECT_UNLOCKED = 67;
 
+    /**
+     * Built-in event type: cache object was transformed.
+     * <p>
+     * NOTE: all types in range <b>from 1 to 1000 are reserved</b> for
+     * internal Ignite events and should not be used by user-defined events.
+     *
+     * @see CacheEvent
+     */
+

Review Comment:
   Unnecessary line break



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@ignite.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to