diff --git a/clients/google-api-services-mybusinessnotifications/v1/2.0.0/com/google/api/services/mybusinessnotifications/v1/MyBusinessNotificationSettings.java b/clients/google-api-services-mybusinessnotifications/v1/2.0.0/com/google/api/services/mybusinessnotifications/v1/MyBusinessNotificationSettings.java index 92f4d3fcc0c..1bf928305df 100644 --- a/clients/google-api-services-mybusinessnotifications/v1/2.0.0/com/google/api/services/mybusinessnotifications/v1/MyBusinessNotificationSettings.java +++ b/clients/google-api-services-mybusinessnotifications/v1/2.0.0/com/google/api/services/mybusinessnotifications/v1/MyBusinessNotificationSettings.java @@ -103,7 +103,7 @@ public class MyBusinessNotificationSettings extends com.google.api.client.google * {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport} *
  • Android: {@code newCompatibleTransport} from * {@code com.google.api.client.extensions.android.http.AndroidHttp}
  • - *
  • Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()} + *
  • Java: {@code com.google.api.client.http.javanet.NetHttpTransport}
  • * * * @param jsonFactory JSON factory, which may be: @@ -500,8 +500,7 @@ private static String chooseEndpoint(com.google.api.client.http.HttpTransport tr * {@code com.google.api.client.extensions.appengine.http.UrlFetchTransport} *
  • Android: {@code newCompatibleTransport} from * {@code com.google.api.client.extensions.android.http.AndroidHttp}
  • - *
  • Java: {@link com.google.api.client.googleapis.javanet.GoogleNetHttpTransport#newTrustedTransport()} - *
  • + *
  • Java: {@code com.google.api.client.http.javanet.NetHttpTransport}
  • * * @param jsonFactory JSON factory, which may be: *