All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.gson.internal.TroubleshootingGuide Maven / Gradle / Ivy

There is a newer version: 2.0.31
Show newest version
package com.google.gson.internal;

public class TroubleshootingGuide {
  private TroubleshootingGuide() {}

  /** Creates a URL referring to the specified troubleshooting section. */
  public static String createUrl(String id) {
    return "https://github.com/google/gson/blob/main/Troubleshooting.md#" + id;
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy