--- old/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/operations/Quo.java 2017-06-14 09:47:55.251206038 -0700 +++ new/src/java.xml/share/classes/com/sun/org/apache/xpath/internal/operations/Quo.java 2017-06-14 09:47:54.211154086 -0700 @@ -1,6 +1,5 @@ /* - * reserved comment block - * DO NOT REMOVE OR ALTER! + * Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. */ /* * Licensed to the Apache Software Foundation (ASF) under one or more @@ -28,6 +27,7 @@ * The 'quo' operation expression executer. (no longer supported by XPath). * @deprecated */ +@Deprecated public class Quo extends Operation { static final long serialVersionUID = 693765299196169905L;