Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ public int getVersion() {
* }</pre>
*
* @param o the data version to compare against; must not be {@code null}
* @return a negative integer if this version is less than the specified version, zero if they are equal, or a al,
* @return a negative integer if this version is less than the specified version, zero if they are equal,
* or a positive integer if this version is greater than the specified version
* @throws NullPointerException if the specified data version is {@code null}
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ public List<FieldDiff> addedFields() {

/**
* Returns only the removed fields.
*f
*
* @return a list of field diffs with kind REMOVED, never {@code null}
*/
@NotNull
Expand Down
Loading