Message1053

Author strandpyper
Recipients
Date 2005-10-25.05:24:26
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=1343692


There was a mistake in the code of class C in the above example. 
This is the correct version.. 

// ---- C.java ----
import x.*;

public class C {
    public static void main(String[] args) {
        B b = new B();
        b.g();
        b.f();
    }
}
History
Date User Action Args
2008-02-20 17:17:26adminlinkissue1331437 messages
2008-02-20 17:17:26admincreate