We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 676cfb1 commit 5434913Copy full SHA for 5434913
src/main/java/com/bandwidth/messaging/models/MessagingException.java
src/main/java/com/bandwidth/utilities/FileWrapper.java
@@ -7,16 +7,13 @@
7
package com.bandwidth.utilities;
8
9
import java.io.File;
10
-import com.fasterxml.jackson.annotation.JsonInclude;
11
12
/**
13
* Class to wrap file and contentType to be sent as part of a HTTP request.
14
*/
15
public class FileWrapper {
16
17
- @JsonInclude(JsonInclude.Include.NON_NULL)
18
private File file;
19
20
private String contentType;
21
22
0 commit comments