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

Need to add missed constructor to the SwingEventMonitor

XMLWordPrintable

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

      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() {}
      +

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

              Created:
              Updated:
              Resolved: