orpiske commented on code in PR #12594: URL: https://github.com/apache/camel/pull/12594#discussion_r1436082544
########## components/camel-jaxb/src/test/java/org/apache/camel/jaxb/FallbackTypeConverterTest.java: ########## @@ -14,21 +14,21 @@ * See the License for the specific language governing permissions and * limitations under the License. */ -package org.apache.camel.itest.jaxb; - -import java.io.InputStream; +package org.apache.camel.jaxb; import org.apache.camel.Message; import org.apache.camel.builder.RouteBuilder; import org.apache.camel.converter.jaxb.FallbackTypeConverter; -import org.apache.camel.itest.jaxb.example.Bar; +import org.apache.camel.foo.bar.Bar; Review Comment: Let's use a more descriptive package name here. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@camel.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org