Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 875 → Rev 876

/sun/xmleditor/trunk/src/gui/UpdateView.java
4,10 → 4,10
* Coded by: Group 5, software practice summer 2003
* University of Bielefeld, Germany
*
* @version $Revision: 1.57 $
* @version $Revision: 1.56 $
*
* Last modification: $Date: 2003/07/28 13:20:45 $
* $Id: UpdateView.java,v 1.57 2003/07/28 13:20:45 smcsporr Exp $
* Last modification: $Date: 2003/07/26 13:05:25 $
* $Id: UpdateView.java,v 1.56 2003/07/26 13:05:25 smcsporr Exp $
*/
 
package src.gui;
47,7 → 47,7
*
* @author Christian Stollenwerk
*
* @version $Revision: 1.57 $ Last modification: $Date: 2003/07/28 13:20:45 $
* @version $Revision: 1.56 $ Last modification: $Date: 2003/07/26 13:05:25 $
*/
public class UpdateView implements ActionListener, UpdateViewInterface,
OurEventListener, TreeModelListener, TreeExpansionListener, TreeSelectionListener {
397,9 → 397,6
*/
private void validate() {
/* Update the document with the content of the plugin */
pluginManagerInterface.forcePluginReport();
/* Check, if a grammar has been specified. */
if ((documentManagerInterface.getActualDocument().getDocumentElement().hasAttribute("xsi:schemaLocation")) ||
(documentManagerInterface.getActualDocument().getDoctype() != null)) {