1: package CVS_Client; 2: 3: public class CVSClient { 4: 5: public CVSClient() { 6: 7: } // Constructor 8: 9: } // CVSClient