We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65a32e7 commit 9db3c4bCopy full SHA for 9db3c4b
server/src/main/java/org/elasticsearch/cluster/AbstractDiffable.java
@@ -27,7 +27,7 @@
27
28
/**
29
* Abstract diffable object with simple diffs implementation that sends the entire object if object has changed or
30
- * nothing is object remained the same.
+ * nothing if object remained the same.
31
*/
32
public abstract class AbstractDiffable<T extends Diffable<T>> implements Diffable<T> {
33
0 commit comments