Skip to main content
summaryrefslogtreecommitdiffstats
blob: 0332fecabee01f859c242d779df1fbed8d232952 (plain) (blame)
1
2
3
4
5
6
7
8
// test004 
package p1.p2.test;		
		
import java.io.Serializable;		
import java.io.IOException;		
		
public abstract class A implements Runnable {		
}

Back to the top