From e6184ffe6dc9f74fc0a0245c37f8807f9651dced Mon Sep 17 00:00:00 2001 From: Emily Ball Date: Thu, 17 Mar 2022 09:58:49 -0700 Subject: [PATCH] chore: fix link in doc (#1606) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: fix link in doc b/208292008 * formatting * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot --- .../main/java/com/google/api/client/http/HttpMediaType.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/google-http-client/src/main/java/com/google/api/client/http/HttpMediaType.java b/google-http-client/src/main/java/com/google/api/client/http/HttpMediaType.java index 9bab77b13..f39499328 100644 --- a/google-http-client/src/main/java/com/google/api/client/http/HttpMediaType.java +++ b/google-http-client/src/main/java/com/google/api/client/http/HttpMediaType.java @@ -26,8 +26,8 @@ import java.util.regex.Pattern; /** - * HTTP Media-type as specified in the HTTP RFC ( {@link - * "http://tools.ietf.org/html/rfc2616#section-3.7"}). + * HTTP Media-type as specified in the HTTP RFC. * *

Implementation is not thread-safe. *