< prev index next >

src/java.xml/share/classes/com/sun/org/apache/xpath/internal/objects/XObject.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.

@@ -43,10 +42,11 @@
  * This class represents an XPath object, and is capable of
  * converting the object to various types, such as a string.
  * This class acts as the base class to other XPath type objects,
  * such as XString, and provides polymorphic casting capabilities.
  * @xsl.usage general
+ * @LastModified: Oct 2017
  */
 public class XObject extends Expression implements Serializable, Cloneable
 {
     static final long serialVersionUID = -821887098985662951L;
 
< prev index next >