Skip to content

Commit

Permalink
Update links for the rename of the reference-checker repo.
Browse files Browse the repository at this point in the history
They automatically redirect, but it's easy to just update them so that we can zero in on any other references that might _not_ automatically redirect.

RELNOTES=n/a
PiperOrigin-RevId: 536488410
  • Loading branch information
cpovirk authored and Google Java Core Libraries committed May 30, 2023
1 parent d5c4fd9 commit b047302
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion android/guava/src/com/google/common/graph/Traverser.java
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ N visitNext(Deque<Iterator<? extends N>> horizon) {
* requireNonNull(top.next())`) once our checker supports it.
*
* (The problem is likely
* https://github.com/jspecify/nullness-checker-for-checker-framework/blob/61aafa4ae52594830cfc2d61c8b113009dbdb045/src/main/java/com/google/jspecify/nullness/NullSpecAnnotatedTypeFactory.java#L896)
* https://github.com/jspecify/jspecify-reference-checker/blob/61aafa4ae52594830cfc2d61c8b113009dbdb045/src/main/java/com/google/jspecify/nullness/NullSpecAnnotatedTypeFactory.java#L896)
*/
requireNonNull(element);
if (visited.add(element)) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class ExecutionError extends Error {
/*
* Ideally, this class would have exposed only constructors that require a non-null cause. We
* might try to move in that direction, but there are complications. See
* https://github.com/jspecify/nullness-checker-for-checker-framework/blob/61aafa4ae52594830cfc2d61c8b113009dbdb045/src/main/java/com/google/jspecify/nullness/NullSpecTransfer.java#L789
* https://github.com/jspecify/jspecify-reference-checker/blob/61aafa4ae52594830cfc2d61c8b113009dbdb045/src/main/java/com/google/jspecify/nullness/NullSpecTransfer.java#L789
*/

/** Creates a new instance with {@code null} as its detail message. */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class UncheckedExecutionException extends RuntimeException {
/*
* Ideally, this class would have exposed only constructors that require a non-null cause. We
* might try to move in that direction, but there are complications. See
* https://github.com/jspecify/nullness-checker-for-checker-framework/blob/61aafa4ae52594830cfc2d61c8b113009dbdb045/src/main/java/com/google/jspecify/nullness/NullSpecTransfer.java#L789
* https://github.com/jspecify/jspecify-reference-checker/blob/61aafa4ae52594830cfc2d61c8b113009dbdb045/src/main/java/com/google/jspecify/nullness/NullSpecTransfer.java#L789
*/

/** Creates a new instance with {@code null} as its detail message. */
Expand Down
2 changes: 1 addition & 1 deletion guava/src/com/google/common/graph/Traverser.java
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ N visitNext(Deque<Iterator<? extends N>> horizon) {
* requireNonNull(top.next())`) once our checker supports it.
*
* (The problem is likely
* https://github.com/jspecify/nullness-checker-for-checker-framework/blob/61aafa4ae52594830cfc2d61c8b113009dbdb045/src/main/java/com/google/jspecify/nullness/NullSpecAnnotatedTypeFactory.java#L896)
* https://github.com/jspecify/jspecify-reference-checker/blob/61aafa4ae52594830cfc2d61c8b113009dbdb045/src/main/java/com/google/jspecify/nullness/NullSpecAnnotatedTypeFactory.java#L896)
*/
requireNonNull(element);
if (visited.add(element)) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class ExecutionError extends Error {
/*
* Ideally, this class would have exposed only constructors that require a non-null cause. We
* might try to move in that direction, but there are complications. See
* https://github.com/jspecify/nullness-checker-for-checker-framework/blob/61aafa4ae52594830cfc2d61c8b113009dbdb045/src/main/java/com/google/jspecify/nullness/NullSpecTransfer.java#L789
* https://github.com/jspecify/jspecify-reference-checker/blob/61aafa4ae52594830cfc2d61c8b113009dbdb045/src/main/java/com/google/jspecify/nullness/NullSpecTransfer.java#L789
*/

/** Creates a new instance with {@code null} as its detail message. */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public class UncheckedExecutionException extends RuntimeException {
/*
* Ideally, this class would have exposed only constructors that require a non-null cause. We
* might try to move in that direction, but there are complications. See
* https://github.com/jspecify/nullness-checker-for-checker-framework/blob/61aafa4ae52594830cfc2d61c8b113009dbdb045/src/main/java/com/google/jspecify/nullness/NullSpecTransfer.java#L789
* https://github.com/jspecify/jspecify-reference-checker/blob/61aafa4ae52594830cfc2d61c8b113009dbdb045/src/main/java/com/google/jspecify/nullness/NullSpecTransfer.java#L789
*/

/** Creates a new instance with {@code null} as its detail message. */
Expand Down

0 comments on commit b047302

Please sign in to comment.