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

Need to add missed constructor to the SwingEventMonitor

    XMLWordPrintable

Details

    • CSR
    • Resolution: Approved
    • P4
    • 16
    • client-libs
    • None
    • source
    • minimal
    • Java API
    • JDK

    Description

      Summary

      Need to add a missed constructor to the SwingEventMonitor, the javadoc was added to this class w/o CSR but the actual constructor was not added.

      Solution

      Add a constructor.

      Specification

      src/jdk.accessibility/share/classes/com/sun/java/accessibility/util/SwingEventMonitor.java

        */
       public class SwingEventMonitor extends AWTEventMonitor {
      
      -    /**
      -     * Constructs a {@code SwingEventMonitor}.
      -     */
      -     
      +    /**
      +     * Constructs a {@code SwingEventMonitor}.
      +     */
      +    public SwingEventMonitor() {}
      +

      Attachments

        Issue Links

          Activity

            People

              serb Sergey Bylokhov
              serb Sergey Bylokhov
              Philip Race
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: