Skip to content

Commit 83aee33

Browse files
add comment to equals function
1 parent 2348112 commit 83aee33

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/src/main/java/com/google/cloud/datalineage/producerclient/CacheOptions.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ public CacheOptions.Builder toBuilder() {
6161
return new CacheOptions.Builder(this);
6262
}
6363

64+
/**
65+
* Returns true if the other object is also a CacheOptions and has the same values for all
66+
* fields.
67+
*/
6468
@Override
6569
public boolean equals(Object obj) {
6670
if (this == obj) {

0 commit comments

Comments
 (0)