Polishing
This commit is contained in:
parent
ca1ec24aa9
commit
870c1ae43b
|
@ -14,7 +14,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
package org.springframework.reactive.converter;
|
||||
package org.springframework.reactive.codec;
|
||||
|
||||
import javax.xml.bind.annotation.XmlRootElement;
|
||||
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue