8136494: Update "@since 1.9" to "@since 9" to match java.version.specification
Reviewed-by: alanb, chegar, lancea
--- a/jaxws/src/java.xml.bind/share/classes/javax/xml/bind/JAXBContextFactory.java Mon Jan 18 15:28:46 2016 +0100
+++ b/jaxws/src/java.xml.bind/share/classes/javax/xml/bind/JAXBContextFactory.java Tue Jan 19 20:30:02 2016 -0800
@@ -32,7 +32,7 @@
*
* JAXBContextFactory can be located using {@link java.util.ServiceLoader#load(Class)}
*
- * @since 1.9, JAXB 2.3
+ * @since 9, JAXB 2.3
*/
public interface JAXBContextFactory {
@@ -68,7 +68,7 @@
* @throws IllegalArgumentException
* if the parameter contains {@code null} (i.e., {@code newInstance(null,someMap);})
*
- * @since 1.9, JAXB 2.3
+ * @since 9, JAXB 2.3
*/
JAXBContext createContext(Class<?>[] classesToBeBound,
Map<String, ?> properties ) throws JAXBException;
@@ -100,7 +100,7 @@
* <li>failure to locate a value for the context factory provider property</li>
* <li>mixing schema derived packages from different providers on the same contextPath</li>
* </ol>
- * @since 1.9, JAXB 2.3
+ * @since 9, JAXB 2.3
*/
JAXBContext createContext(String contextPath,
ClassLoader classLoader,