src/java.xml/share/classes/com/sun/org/apache/xalan/internal/utils/ObjectFactory.java
changeset 47312 d4f959806fe9
parent 47216 71c04702a3d5
child 47359 e1a6c0168741
--- a/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/utils/ObjectFactory.java	Wed Oct 04 10:44:21 2017 -0700
+++ b/src/java.xml/share/classes/com/sun/org/apache/xalan/internal/utils/ObjectFactory.java	Wed Oct 04 10:54:18 2017 -0700
@@ -1,5 +1,6 @@
 /*
  * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
+ * @LastModified: Sep 2017
  */
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
@@ -21,6 +22,7 @@
 package com.sun.org.apache.xalan.internal.utils;
 
 import java.util.function.Supplier;
+import jdk.xml.internal.SecuritySupport;
 
 /**
  * This class is duplicated for each JAXP subpackage so keep it in sync.