Polishing

This commit is contained in:
Sebastien Deleuze 2015-09-10 18:39:17 +02:00
parent ca1ec24aa9
commit 870c1ae43b
6 changed files with 6 additions and 7 deletions

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.reactive.converter;
package org.springframework.reactive.codec;
import javax.xml.bind.annotation.XmlRootElement;

View File

@ -29,7 +29,7 @@ import reactor.rx.Streams;
import org.springframework.core.ResolvableType;
import org.springframework.http.MediaType;
import org.springframework.reactive.converter.Pojo;
import org.springframework.reactive.codec.Pojo;
/**
* @author Sebastien Deleuze

View File

@ -29,7 +29,7 @@ import reactor.rx.Streams;
import org.springframework.core.ResolvableType;
import org.springframework.http.MediaType;
import org.springframework.reactive.converter.Pojo;
import org.springframework.reactive.codec.Pojo;
/**
* @author Sebastien Deleuze

View File

@ -29,7 +29,7 @@ import reactor.rx.Streams;
import org.springframework.core.ResolvableType;
import org.springframework.http.MediaType;
import org.springframework.reactive.converter.Pojo;
import org.springframework.reactive.codec.Pojo;
/**
* @author Sebastien Deleuze

View File

@ -27,7 +27,7 @@ import reactor.rx.Stream;
import reactor.rx.Streams;
import org.springframework.http.MediaType;
import org.springframework.reactive.converter.Pojo;
import org.springframework.reactive.codec.Pojo;
/**
* @author Sebastien Deleuze

View File

@ -27,8 +27,7 @@ import reactor.rx.Stream;
import reactor.rx.Streams;
import org.springframework.http.MediaType;
import org.springframework.reactive.codec.decoder.Jaxb2Decoder;
import org.springframework.reactive.converter.Pojo;
import org.springframework.reactive.codec.Pojo;
/**
* @author Sebastien Deleuze