aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--api/src/main/java/io/opencensus/internal/CheckerFrameworkUtils.java4
-rw-r--r--impl_core/src/main/java/io/opencensus/implcore/internal/CheckerFrameworkUtils.java4
2 files changed, 4 insertions, 4 deletions
diff --git a/api/src/main/java/io/opencensus/internal/CheckerFrameworkUtils.java b/api/src/main/java/io/opencensus/internal/CheckerFrameworkUtils.java
index 34f69b1e..8edcafbb 100644
--- a/api/src/main/java/io/opencensus/internal/CheckerFrameworkUtils.java
+++ b/api/src/main/java/io/opencensus/internal/CheckerFrameworkUtils.java
@@ -29,7 +29,7 @@ import org.checkerframework.checker.nullness.qual.KeyForBottom;
public final class CheckerFrameworkUtils {
private CheckerFrameworkUtils() {}
- /** Suppress warnings about a nullable value. */
+ /** Suppresses warnings about a nullable value. */
// TODO(sebright): Try to remove all uses of this method.
@SuppressWarnings("nullness")
public static <T> T castNonNull(@Nullable T arg) {
@@ -37,7 +37,7 @@ public final class CheckerFrameworkUtils {
}
/**
- * Work around https://github.com/typetools/checker-framework/issues/1712 by removing {@code ?
+ * Works around https://github.com/typetools/checker-framework/issues/1712 by removing {@code ?
* super} from a {@code Function}'s argument type.
*/
// TODO(sebright): Remove this method once the issue is fixed.
diff --git a/impl_core/src/main/java/io/opencensus/implcore/internal/CheckerFrameworkUtils.java b/impl_core/src/main/java/io/opencensus/implcore/internal/CheckerFrameworkUtils.java
index 4d5f9c4d..7b961978 100644
--- a/impl_core/src/main/java/io/opencensus/implcore/internal/CheckerFrameworkUtils.java
+++ b/impl_core/src/main/java/io/opencensus/implcore/internal/CheckerFrameworkUtils.java
@@ -29,7 +29,7 @@ import org.checkerframework.checker.nullness.qual.KeyForBottom;
public final class CheckerFrameworkUtils {
private CheckerFrameworkUtils() {}
- /** Suppress warnings about a nullable value. */
+ /** Suppresses warnings about a nullable value. */
// TODO(sebright): Try to remove all uses of this method.
@SuppressWarnings("nullness")
public static <T> T castNonNull(@Nullable T arg) {
@@ -37,7 +37,7 @@ public final class CheckerFrameworkUtils {
}
/**
- * Work around https://github.com/typetools/checker-framework/issues/1712 by removing {@code ?
+ * Works around https://github.com/typetools/checker-framework/issues/1712 by removing {@code ?
* super} from a {@code Function}'s argument type.
*/
// TODO(sebright): Remove this method once the issue is fixed.