Skip to content
This repository has been archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
Add Code Snippets to Spec Files
Browse files Browse the repository at this point in the history
  • Loading branch information
DX-Bandwidth committed Oct 2, 2023
1 parent 35fe9a8 commit c32f79e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions site/specs/messaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,8 @@ paths:
}
- lang: Java
source: |
import com.bandwidth.BandwidthClient;
import com.bandwidth.ApiResponse;
import com.bandwidth.sdk.BandwidthClient;
import com.bandwidth.sdk.ApiResponse;
import java.util.concurrent.CompletableFuture;
import java.util.concurrent.ExecutionException;
Expand Down
2 changes: 1 addition & 1 deletion site/specs/voice.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2010,7 +2010,7 @@ paths:
- lang: Java
source: |
import com.bandwidth.BandwidthClient;
import com.bandwidth.ApiResponse;
import com.bandwidth.sdk.ApiResponse;
import com.bandwidth.voice.models.*;
import java.util.concurrent.CompletableFuture;
Expand Down

0 comments on commit c32f79e

Please sign in to comment.