ringles commented on a change in pull request #5978:
URL: https://github.com/apache/geode/pull/5978#discussion_r567913836
##########
File path: geode-core/src/main/java/org/apache/geode/Delta.java
##########
@@ -23,27 +23,25 @@
* This interface defines a contract between the application and GemFire that
allows GemFire to
* determine whether an application object contains a delta, allows GemFire to
extract the delta
* from an application object, and generate a new application object by
applying a delta to an
- * existing application object. The difference in object state is contained in
the
- * {@link DataOutput} and {@link DataInput} parameters.
+ * existing application object. The difference in object state is contained in
the {@link
+ * DataOutput} and {@link DataInput} parameters.
*
* @since GemFire 6.1
- *
*/
public interface Delta {
/**
- * Returns true if this object has pending changes it can write out as a
delta.
- * Returns false if this object must be transmitted in its entirety.
+ * Returns true if this object has pending changes it can write out as a
delta. Returns false if
+ * this object must be transmitted in its entirety.
*/
boolean hasDelta();
/**
* This method is invoked on an application object at the delta sender, if
GemFire determines the
* presence of a delta by calling {@link Delta#hasDelta()} on the object.
The delta is written to
* the {@link DataOutput} object provided by GemFire.
- *
+ * <p>
Review comment:
No, it'll be yanked, thanks!
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]