Polishing
This commit is contained in:
committed by
Sebastien Deleuze
parent
110d9d7cd9
commit
d3e5d9dd03
@@ -19,7 +19,6 @@ package org.springframework.reactive.web.http;
|
||||
import java.net.URI;
|
||||
import java.util.Random;
|
||||
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
import org.springframework.http.RequestEntity;
|
||||
|
||||
@@ -45,8 +45,6 @@ public class XmlHandlerIntegrationTests extends AbstractHttpHandlerIntegrationTe
|
||||
johnDoe);
|
||||
ResponseEntity<Person> response = restTemplate.exchange(request, Person.class);
|
||||
System.out.println(response.getBody());
|
||||
|
||||
|
||||
}
|
||||
|
||||
@XmlRootElement
|
||||
|
||||
Reference in New Issue
Block a user