Update TribufuApi.java

This commit is contained in:
Guilherme Werner 2025-06-04 07:36:36 -03:00
parent 2486394a6b
commit e16191f023

View file

@ -144,7 +144,7 @@ public class TribufuApi extends TribufuGeneratedApi {
/** /**
* Get the User-Agent string for the API. * Get the User-Agent string for the API.
*/ */
private static String getUserAgent() { public static String getUserAgent() {
String version = getVersion(); String version = getVersion();
String os = System.getProperty("os.name"); String os = System.getProperty("os.name");
String arch = System.getProperty("os.arch"); String arch = System.getProperty("os.arch");