Skip to content

Commit a795267

Browse files
committed
✏️ Trivial: Remove unnecessary SupressWarning annotation.
1 parent 6b338fa commit a795267

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

spring/fluentforms-spring-boot-autoconfigure/src/main/java/com/_4point/aem/fluentforms/spring/rest_services/client/SpringRestClientRestClient.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,6 @@ public void close() throws IOException {
203203
private final class RestClientMultipartPayloadBuilder extends SpringClientRequestBuilder implements MultipartPayload.Builder {
204204
private final MultiValueMap<String, HttpEntity<?>> parts = new LinkedMultiValueMap<>();
205205

206-
@SuppressWarnings("serial")
207206
private void internalAdd(String fieldName, Object fieldData, MediaType contentType) {
208207
parts.add(fieldName, new HttpEntity<>(fieldData, new HttpHeaders() {
209208
{

0 commit comments

Comments
 (0)