File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -335,7 +335,7 @@ public abstract class Animal {
335
335
```
336
336
337
337
[ `java.util.Optional` ] : https://docs.oracle.com/javase/8/docs/api/java/util/Optional.html
338
- [ `com.google.common.base.Optional` ] : http ://google.github.io/ guava/releases/snapshot/api/docs/com/google/common/base/Optional.html
338
+ [ `com.google.common.base.Optional` ] : https ://guava.dev /releases/snapshot/api/docs/com/google/common/base/Optional.html
339
339
[ `OptionalDouble` ] : https://docs.oracle.com/javase/8/docs/api/java/util/OptionalDouble.html
340
340
[ `OptionalInt` ] : https://docs.oracle.com/javase/8/docs/api/java/util/OptionalInt.html
341
341
[ `OptionalLong` ] : https://docs.oracle.com/javase/8/docs/api/java/util/OptionalLong.html
Original file line number Diff line number Diff line change @@ -325,8 +325,9 @@ might be mutated and the other not.
325
325
326
326
AutoValue intentionally does not provide this feature. It is better for you to
327
327
roll your own comparison logic using the new methods added to
328
- [`Comparator`](https:// docs.oracle.com/javase/8/docs/api/java/util/Comparator.html) in Java 8,
329
- or [`ComparisonChain`](http:// google.github.io/guava/releases/snapshot/api/docs/com/google/common/collect/ComparisonChain.html)
328
+ [`Comparator`](https:// docs.oracle.com/javase/8/docs/api/java/util/Comparator.html)
329
+ in Java 8, or
330
+ [`ComparisonChain`](https:// guava.dev/releases/snapshot/api/docs/com/google/common/collect/ComparisonChain.html)
330
331
from [Guava](http:// github.com/google/guava).
331
332
332
333
Since these mechanisms are easy to use, require very little code, and give you
You can’t perform that action at this time.
0 commit comments