Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 545 → Rev 546

/sun/xmleditor/trunk/src/control/XMLExtensionFilter.java
4,10 → 4,10
* Coded by: Group 5, software practice summer 2003
* University of Bielefeld, Germany
*
* @version $Revision: 1.8 $
* @version $Revision: 1.9 $
*
* Last modification: $Date: 2003/07/15 18:22:23 $
* $Id: XMLExtensionFilter.java,v 1.8 2003/07/15 18:22:23 smcsporr Exp $
* Last modification: $Date: 2003/07/15 18:53:16 $
* $Id: XMLExtensionFilter.java,v 1.9 2003/07/15 18:53:16 smcsporr Exp $
*/
package src.control;
20,7 → 20,7
*
* @author S. McSporran
*
* @version $Revision: 1.58 $ Last modification: $Date: 2003/07/15 18:31:37 $
* @version $Revision: 1.9 $ Last modification: $Date: 2003/07/15 18:53:16 $
*/
public class XMLExtensionFilter extends javax.swing.filechooser.FileFilter {
59,7 → 59,9
}
 
/**
* Implementation of the abstract <code>getDescription</code> method.
* Implementation of the abstract <code>getDescription</code> method. This method
* returns a <code>String</code> with a description, what files will be passed
* through the class' filter.
*/
public String getDescription() {
return "XML files (*.xml, *.XML)";