anton-vinogradov commented on code in PR #13095:
URL: https://github.com/apache/ignite/pull/13095#discussion_r3564785336
##########
modules/core/src/main/java/org/apache/ignite/plugin/extensions/communication/MarshallableMessage.java:
##########
@@ -15,20 +15,19 @@
* limitations under the License.
*/
-package org.apache.ignite.internal;
+package org.apache.ignite.plugin.extensions.communication;
Review Comment:
Right — it doesn't need to be public: every implementor is internal (31
across core/calcite/indexing/zookeeper), and master had deliberately
internalized it, so the move was an unintended reversal of that decision. Moved
back to `org.apache.ignite.internal`; the `Message` javadoc now references it
via `{@ignitelink}`.
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]