jaxp/src/java.xml/share/classes/javax/xml/stream/XMLOutputFactory.java
changeset 42802 2a03abb03c06
parent 42390 4083bc2c3b5b
child 44280 d299a23c65e2
--- a/jaxp/src/java.xml/share/classes/javax/xml/stream/XMLOutputFactory.java	Thu Dec 15 09:03:36 2016 +0100
+++ b/jaxp/src/java.xml/share/classes/javax/xml/stream/XMLOutputFactory.java	Thu Dec 15 13:57:04 2016 -0800
@@ -1,4 +1,5 @@
 /*
+ * Copyright (c) 2009, 2016, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -22,10 +23,6 @@
  * questions.
  */
 
-/*
- * Copyright (c) 2009, 2013, by Oracle Corporation. All Rights Reserved.
- */
-
 package javax.xml.stream;
 
 import com.sun.xml.internal.stream.XMLOutputFactoryImpl;
@@ -121,7 +118,7 @@
 
   protected XMLOutputFactory(){}
 
-  /**
+   /**
    * Creates a new instance of the {@code XMLOutputFactory} builtin
    * system-default implementation.
    *
@@ -225,6 +222,7 @@
    *              Use the new method {@link #newFactory(java.lang.String,
    *              java.lang.ClassLoader)} instead.
    */
+  @Deprecated(since="7")
   public static XMLInputFactory newInstance(String factoryId,
           ClassLoader classLoader)
           throws FactoryConfigurationError {