Skip to content

Commit

Permalink
Fix Javadoc links.
Browse files Browse the repository at this point in the history
Fixes #3481

RELNOTES=n/a

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=249894052
  • Loading branch information
https://github.com/WilliamCollishaw authored and ronshapiro committed May 28, 2019
1 parent 161241d commit 86be2d1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public static <N> GraphBuilder<N> from(Graph<N> graph) {
}

/**
* Returns an {@link ImmutableGraph#Builder} with the properties of this {@link GraphBuilder}.
* Returns an {@link ImmutableGraph.Builder} with the properties of this {@link GraphBuilder}.
*
* <p>The returned builder can be used for populating an {@link ImmutableGraph}.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public static <N, E> NetworkBuilder<N, E> from(Network<N, E> network) {
}

/**
* Returns an {@link ImmutableNetwork#Builder} with the properties of this {@link NetworkBuilder}.
* Returns an {@link ImmutableNetwork.Builder} with the properties of this {@link NetworkBuilder}.
*
* <p>The returned builder can be used for populating an {@link ImmutableNetwork}.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public static <N, V> ValueGraphBuilder<N, V> from(ValueGraph<N, V> graph) {
}

/**
* Returns an {@link ImmutableValueGraph#Builder} with the properties of this {@link
* Returns an {@link ImmutableValueGraph.Builder} with the properties of this {@link
* ValueGraphBuilder}.
*
* <p>The returned builder can be used for populating an {@link ImmutableValueGraph}.
Expand Down
2 changes: 1 addition & 1 deletion guava/src/com/google/common/graph/GraphBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public static <N> GraphBuilder<N> from(Graph<N> graph) {
}

/**
* Returns an {@link ImmutableGraph#Builder} with the properties of this {@link GraphBuilder}.
* Returns an {@link ImmutableGraph.Builder} with the properties of this {@link GraphBuilder}.
*
* <p>The returned builder can be used for populating an {@link ImmutableGraph}.
*
Expand Down
2 changes: 1 addition & 1 deletion guava/src/com/google/common/graph/NetworkBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public static <N, E> NetworkBuilder<N, E> from(Network<N, E> network) {
}

/**
* Returns an {@link ImmutableNetwork#Builder} with the properties of this {@link NetworkBuilder}.
* Returns an {@link ImmutableNetwork.Builder} with the properties of this {@link NetworkBuilder}.
*
* <p>The returned builder can be used for populating an {@link ImmutableNetwork}.
*
Expand Down
2 changes: 1 addition & 1 deletion guava/src/com/google/common/graph/ValueGraphBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ public static <N, V> ValueGraphBuilder<N, V> from(ValueGraph<N, V> graph) {
}

/**
* Returns an {@link ImmutableValueGraph#Builder} with the properties of this {@link
* Returns an {@link ImmutableValueGraph.Builder} with the properties of this {@link
* ValueGraphBuilder}.
*
* <p>The returned builder can be used for populating an {@link ImmutableValueGraph}.
Expand Down

0 comments on commit 86be2d1

Please sign in to comment.