Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 655 → Rev 656

/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.49 $
* @version $Revision: 1.50 $
*
* Last modification: $Date: 2003/07/18 16:27:39 $
* $Id: Controller.java,v 1.49 2003/07/18 16:27:39 smcsporr Exp $
* Last modification: $Date: 2003/07/21 10:46:04 $
* $Id: Controller.java,v 1.50 2003/07/21 10:46:04 swalkenh Exp $
*/
 
package src.control;
64,7 → 64,7
parser = new Parser();
aDocumentFactory = new DocumentFactory(myGui.getLogInterface());
updateView = new UpdateView();
pluginManager = new PluginManager(myGui, updateView, myGui.getLogInterface());
pluginManager = new PluginManager(myGui, updateView, myGui.getLogInterface(), parser);
 
gUIListener.setDocManagerInterface(docMaster);