jdk/src/share/classes/javax/management/monitor/MonitorNotification.java
changeset 1701 f5cedaa459bf
parent 2 90ce3da70b43
child 4156 acaa49a2768a
--- a/jdk/src/share/classes/javax/management/monitor/MonitorNotification.java	Tue Dec 09 15:57:09 2008 +0100
+++ b/jdk/src/share/classes/javax/management/monitor/MonitorNotification.java	Tue Dec 09 16:14:53 2008 +0100
@@ -201,7 +201,7 @@
      * @param derGauge The derived gauge.
      * @param trigger The threshold/string (depending on the monitor type) that triggered the notification.
      */
-    MonitorNotification(String type, Object source, long sequenceNumber, long timeStamp, String msg,
+    public MonitorNotification(String type, Object source, long sequenceNumber, long timeStamp, String msg,
                                ObjectName obsObj, String obsAtt, Object derGauge, Object trigger) {
 
         super(type, source, sequenceNumber, timeStamp, msg);