mirror of
https://github.com/tribufu/tribufu-java
synced 2026-06-01 09:42:37 +00:00
Update TribufuApi.java
This commit is contained in:
parent
2486394a6b
commit
e16191f023
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue