< prev index next >

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

Print this page
@@ -235,13 +235,11 @@
      public R visitWhileLoop(WhileLoopTree node, P p) {
          return defaultAction(node, p);
      }
  
      /**
-      * {@inheritDoc}
-      *
-      * @implSpec This implementation calls {@code defaultAction}.
+      * {@inheritDoc} This implementation calls {@code defaultAction}.
       *
       * @param node {@inheritDoc}
       * @param p {@inheritDoc}
       * @return  the result of {@code defaultAction}
       */
< prev index next >