File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
android/guava/src/com/google/common/graph
guava/src/com/google/common/graph Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ public final N nodeV() {
105105 *
106106 * @throws IllegalArgumentException if this {@link EndpointPair} does not contain {@code node}
107107 */
108- public final N adjacentNode (Object node ) {
108+ public final N adjacentNode (N node ) {
109109 if (node .equals (nodeU )) {
110110 return nodeV ;
111111 } else if (node .equals (nodeV )) {
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ public final N nodeV() {
105105 *
106106 * @throws IllegalArgumentException if this {@link EndpointPair} does not contain {@code node}
107107 */
108- public final N adjacentNode (Object node ) {
108+ public final N adjacentNode (N node ) {
109109 if (node .equals (nodeU )) {
110110 return nodeV ;
111111 } else if (node .equals (nodeV )) {
You can’t perform that action at this time.
0 commit comments