< prev index next >

src/java.xml/share/classes/com/sun/org/apache/xpath/internal/axes/WalkerFactory.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 ----
*** 39,48 **** --- 38,49 ---- /** * This class is both a factory for XPath location path expressions, * which are built from the opcode map output, and an analysis engine * for the location path expressions in order to provide optimization hints. + * + * @LastModified: Oct 2017 */ public class WalkerFactory { /**
< prev index next >