Edit C:\Program Files\Java\jdk1.7.0_45\javax\management\timer\TimerAlarmClockNotification.java
/* * Copyright (c) 2002, 2006, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ package javax.management.timer; /** * <p>Definitions of the notifications sent by TimerAlarmClock * MBeans.</p> */ class TimerAlarmClockNotification extends javax.management.Notification { /* Serial version */ private static final long serialVersionUID = -4841061275673620641L; /* * ------------------------------------------ * CONSTRUCTORS * ------------------------------------------ */ /** * Constructor. * * @param source the source. */ public TimerAlarmClockNotification(TimerAlarmClock source) { super("", source, 0); } }
Ms-Dos/Windows
Unix
Write backup
jsp File Browser version 1.2 by
www.vonloesch.de