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 438d524 commit 35fe9a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/specs/messaging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ paths:
- lang: Java
source: |
import com.bandwidth.BandwidthClient;
import com.bandwidth.http.response.ApiResponse;
import com.bandwidth.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.http.response.ApiResponse;
import com.bandwidth.ApiResponse;
import com.bandwidth.voice.models.*;
import java.util.concurrent.CompletableFuture;
Expand Down

0 comments on commit 35fe9a8

Please sign in to comment.