javaruntimes/midp/runtime/javasrc/javax/microedition/midlet/MIDlet.java
branchRCL_3
changeset 24 0fd27995241b
parent 19 04becd199f91
child 34 71c436fe3ce0
child 35 85266cc22c7f
equal deleted inserted replaced
20:f9bb0fca356a 24:0fd27995241b
    34 import com.nokia.mj.impl.utils.Logger;
    34 import com.nokia.mj.impl.utils.Logger;
    35 
    35 
    36 /**
    36 /**
    37  * A class to be extended by the MIDlet applcation. See MIDP spec for
    37  * A class to be extended by the MIDlet applcation. See MIDP spec for
    38  * further details.
    38  * further details.
    39  *
       
    40  * @author Nokia Corporation
       
    41  * @version $Rev$
       
    42  */
    39  */
    43 public abstract class MIDlet
    40 public abstract class MIDlet
    44 {
    41 {
    45 
    42 
    46     /**
    43     /**