< prev index next >

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

Print this page

        

*** 1,8 **** /* * 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. --- 1,7 ----
*** 29,38 **** --- 28,39 ---- import com.sun.org.apache.xpath.internal.objects.XObject; import java.util.List; /** * The unary operation base class. + * + * @LastModified: Oct 2017 */ public abstract class UnaryOperation extends Expression implements ExpressionOwner { static final long serialVersionUID = 6536083808424286166L;
< prev index next >