Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 660705591
Change-Id: Id4328acde67665fec245aa3b79ac4cd9af2eefc0
  • Loading branch information
Tsunami Team authored and copybara-github committed Aug 8, 2024
1 parent 5617c99 commit c9cec0f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public static LanguageServerCommand create(
boolean trustAllSsl,
Duration timeoutSeconds,
String callbackAddress,
Integer callbackPort,
int callbackPort,
String pollingUri,
int deadlineRunSeconds) {
return new AutoValue_LanguageServerCommand(
Expand Down Expand Up @@ -64,7 +64,7 @@ public static LanguageServerCommand create(

public abstract String callbackAddress();

public abstract Integer callbackPort();
public abstract int callbackPort();

public abstract String pollingUri();

Expand Down

0 comments on commit c9cec0f

Please sign in to comment.