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

Typo in javadocs example for javax.xml.bind.Marshaller; afterMmarshal

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P4
    • 8
    • 7
    • xml
    • windows_7

    Description

      A DESCRIPTION OF THE PROBLEM :
      In the description for the Marshal Event Callbacks, one of the method signatures contains a spurious lower-case 'm':

      void afterMmarshal(Marshaller);

      It should be:

      void afterMarshal(Marshaller);

      EXPECTED VERSUS ACTUAL BEHAVIOR :
      EXPECTED -
      void afterMarshal(Marshaller);
      ACTUAL -
      void afterMmarshal(Marshaller);

      URL OF FAULTY DOCUMENTATION :
      http://docs.oracle.com/javase/7/docs/api/javax/xml/bind/Marshaller.html

      Attachments

        Activity

          People

            mgrebac Martin Grebáč (Inactive)
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: