Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 724 → Rev 725

/sun/xmleditor/trunk/src/control/Controller.java
4,10 → 4,10
* Coded by: Group 5, software practice summer 2003
* University of Bielefeld, Germany
*
* @version $Revision: 1.57 $
* @version $Revision: 1.58 $
*
* Last modification: $Date: 2003/07/21 16:12:16 $
* $Id: Controller.java,v 1.57 2003/07/21 16:12:16 smcsporr Exp $
* Last modification: $Date: 2003/07/22 06:31:31 $
* $Id: Controller.java,v 1.58 2003/07/22 06:31:31 swalkenh Exp $
*/
 
package src.control;
18,12 → 18,12
import src.plugins.PluginManager;
 
/**
* The <code>Controller</code> class creates objects of all main program classes and
* gives the necessary references to each object.
* An instance of the <code>Controller</code> class creates objects of all main program
* classes and transfer the necessary references to each object.
*
* @author H. Jakusch
*
* @version $Revision: 1.57 $ Last modification: $Date: 2003/07/21 16:12:16 $
* @version $Revision: 1.58 $ Last modification: $Date: 2003/07/22 06:31:31 $
*/
public class Controller {