Polishing

This commit is contained in:
João Pedro Evangelista
2015-09-22 08:13:04 +02:00
committed by Sebastien Deleuze
parent 110d9d7cd9
commit d3e5d9dd03
15 changed files with 45 additions and 35 deletions

View File

@@ -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;

View File

@@ -45,8 +45,6 @@ public class XmlHandlerIntegrationTests extends AbstractHttpHandlerIntegrationTe
johnDoe);
ResponseEntity<Person> response = restTemplate.exchange(request, Person.class);
System.out.println(response.getBody());
}
@XmlRootElement