From af5c229a49ae6273381788590ea1377542893241 Mon Sep 17 00:00:00 2001 From: crewmanmud <1956944+crewmanmud@users.noreply.github.com> Date: Fri, 6 Apr 2018 11:27:06 +0100 Subject: [PATCH] Update ch06.html Remove duplicate word. --- doc/user-guide/ch06.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/user-guide/ch06.html b/doc/user-guide/ch06.html index ec91f6627..1f816b776 100644 --- a/doc/user-guide/ch06.html +++ b/doc/user-guide/ch06.html @@ -18,7 +18,7 @@ using?

1. JAXB 2.0

Q:

Which version of J2SE does JAXB 2.0 require?

A:

Java SE 6 or higher.

Q:

Can I run my existing JAXB 1.0.x applications on the JAXB 2.0 runtime?

A:

This is no longer supported. However, you should be able to deploy http://search.maven.org/remotecontent?filepath=com/sun/xml/bind/jaxb1-impl/2.2.5-1/jaxb1-impl-2.2.5-1.jar with your - with your application application.

Q:

What if I want to port my JAXB 1.0.x application to JAXB 2.0?

A:

You need to recompile your schema with the newer + with your application.

Q:

What if I want to port my JAXB 1.0.x application to JAXB 2.0?

A:

You need to recompile your schema with the newer JAXB 2.0 xjc and modify your application code to work with the new bindings.

Q:

Are the JAXB runtime API's thread safe?

A:

The JAXB Specification currently does not address the thread safety of any of the runtime classes. In the @@ -111,4 +111,4 @@ Implementation-Vendor-Id: com.sun Extension-Name: com.sun.xml.bind Build-Id: 02/09/2012 01:42PM (hudson) -Class-Path: jaxb-api.jar

\ No newline at end of file +Class-Path: jaxb-api.jar