< prev index next >

src/java.xml/share/classes/com/sun/org/apache/xpath/internal/XPathException.java

Print this page

        

@@ -1,8 +1,7 @@
 /*
  * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved.
- * @LastModified: Oct 2017
  */
 /*
  * Licensed to the Apache Software Foundation (ASF) under one or more
  * contributor license agreements.  See the NOTICE file distributed with
  * this work for additional information regarding copyright ownership.

@@ -30,10 +29,11 @@
  * extends TransformerException, and may hold other exceptions. In the
  * case of nested exceptions, printStackTrace will dump
  * all the traces of the nested exceptions, not just the trace
  * of this object.
  * @xsl.usage general
+ * @LastModified: Oct 2017
  */
 public class XPathException extends TransformerException
 {
     static final long serialVersionUID = 4263549717619045963L;
 
< prev index next >