Skip to content

Commit

Permalink
Modernize book reference.
Browse files Browse the repository at this point in the history
RELNOTES=n/a

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=234212413
  • Loading branch information
kevinb authored and ronshapiro committed Feb 26, 2019
1 parent ddb5543 commit 282bdf8
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
Expand Up @@ -36,8 +36,8 @@
* <p>Advantages compared to {@code double[]}:
*
* <ul>
* <li>All the many well-known advantages of immutability (read <i>Effective Java</i>, second
* edition, Item 15).
* <li>All the many well-known advantages of immutability (read <i>Effective Java</i>, third
* edition, Item 17).
* <li>Has the value-based (not identity-based) {@link #equals}, {@link #hashCode}, and {@link
* #toString} behavior you expect.
* <li>Offers useful operations beyond just {@code get} and {@code length}, so you don't have to
Expand Down
Expand Up @@ -36,8 +36,8 @@
* <p>Advantages compared to {@code int[]}:
*
* <ul>
* <li>All the many well-known advantages of immutability (read <i>Effective Java</i>, second
* edition, Item 15).
* <li>All the many well-known advantages of immutability (read <i>Effective Java</i>, third
* edition, Item 17).
* <li>Has the value-based (not identity-based) {@link #equals}, {@link #hashCode}, and {@link
* #toString} behavior you expect
* <li>Offers useful operations beyond just {@code get} and {@code length}, so you don't have to
Expand Down
Expand Up @@ -36,8 +36,8 @@
* <p>Advantages compared to {@code long[]}:
*
* <ul>
* <li>All the many well-known advantages of immutability (read <i>Effective Java</i>, second
* edition, Item 15).
* <li>All the many well-known advantages of immutability (read <i>Effective Java</i>, third
* edition, Item 17).
* <li>Has the value-based (not identity-based) {@link #equals}, {@link #hashCode}, and {@link
* #toString} behavior you expect.
* <li>Offers useful operations beyond just {@code get} and {@code length}, so you don't have to
Expand Down
Expand Up @@ -41,8 +41,8 @@
* <p>Advantages compared to {@code double[]}:
*
* <ul>
* <li>All the many well-known advantages of immutability (read <i>Effective Java</i>, second
* edition, Item 15).
* <li>All the many well-known advantages of immutability (read <i>Effective Java</i>, third
* edition, Item 17).
* <li>Has the value-based (not identity-based) {@link #equals}, {@link #hashCode}, and {@link
* #toString} behavior you expect.
* <li>Offers useful operations beyond just {@code get} and {@code length}, so you don't have to
Expand Down
4 changes: 2 additions & 2 deletions guava/src/com/google/common/primitives/ImmutableIntArray.java
Expand Up @@ -41,8 +41,8 @@
* <p>Advantages compared to {@code int[]}:
*
* <ul>
* <li>All the many well-known advantages of immutability (read <i>Effective Java</i>, second
* edition, Item 15).
* <li>All the many well-known advantages of immutability (read <i>Effective Java</i>, third
* edition, Item 17).
* <li>Has the value-based (not identity-based) {@link #equals}, {@link #hashCode}, and {@link
* #toString} behavior you expect.
* <li>Offers useful operations beyond just {@code get} and {@code length}, so you don't have to
Expand Down
Expand Up @@ -41,8 +41,8 @@
* <p>Advantages compared to {@code long[]}:
*
* <ul>
* <li>All the many well-known advantages of immutability (read <i>Effective Java</i>, second
* edition, Item 15).
* <li>All the many well-known advantages of immutability (read <i>Effective Java</i>, third
* edition, Item 17).
* <li>Has the value-based (not identity-based) {@link #equals}, {@link #hashCode}, and {@link
* #toString} behavior you expect.
* <li>Offers useful operations beyond just {@code get} and {@code length}, so you don't have to
Expand Down

0 comments on commit 282bdf8

Please sign in to comment.