Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8225207

redundant <p> in Instrumentation.java

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 13
    • 13
    • core-svc

        DocCheck (tidy) reports an unnecessary <p> in Instrumentation.java. The element should be removed.

        build/linux-x86_64-server-release/images/docs/api/java.instrument/java/lang/instrument/Instrumentation.html:147:2: Warning: trimming empty <p>

        This arises from the following source code:

         * Once an agent acquires an <code>Instrumentation</code> instance,
         * the agent may call methods on the instance at any time.
         * <p>
         * @apiNote This interface is not intended to be implemented outside of
         * the java.instrument module.

              jjg Jonathan Gibbons
              jjg Jonathan Gibbons
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: