Skip to content

Commit 5434913

Browse files
committed
file cleanup
1 parent 676cfb1 commit 5434913

File tree

2 files changed

+0
-146
lines changed

2 files changed

+0
-146
lines changed

src/main/java/com/bandwidth/messaging/models/MessagingException.java

Lines changed: 0 additions & 143 deletions
This file was deleted.

src/main/java/com/bandwidth/utilities/FileWrapper.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,13 @@
77
package com.bandwidth.utilities;
88

99
import java.io.File;
10-
import com.fasterxml.jackson.annotation.JsonInclude;
1110

1211
/**
1312
* Class to wrap file and contentType to be sent as part of a HTTP request.
1413
*/
1514
public class FileWrapper {
1615

17-
@JsonInclude(JsonInclude.Include.NON_NULL)
1816
private File file;
19-
@JsonInclude(JsonInclude.Include.NON_NULL)
2017
private String contentType;
2118

2219
/**

0 commit comments

Comments
 (0)