< prev index next >

src/jdk.compiler/share/classes/com/sun/source/util/TreeScanner.java

Print this page
*** 303,13 ***
          r = scanAndReduce(node.getStatement(), p, r);
          return r;
      }
  
      /**
!      * {@inheritDoc}
-      *
-      * @implSpec This implementation scans the children in left to right order.
       *
       * @param node  {@inheritDoc}
       * @param p  {@inheritDoc}
       * @return the result of scanning
       */
--- 303,11 ---
          r = scanAndReduce(node.getStatement(), p, r);
          return r;
      }
  
      /**
!      * {@inheritDoc} This implementation scans the children in left to right order.
       *
       * @param node  {@inheritDoc}
       * @param p  {@inheritDoc}
       * @return the result of scanning
       */
< prev index next >