Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 432 → Rev 433

/sun/xmleditor/trunk/src/control/XMLExtensionFilter.java
4,9 → 4,10
* Coded by: Group 5, software practice summer 2003
* University of Bielefeld, Germany
*
* @version $Revision: 1.34 $
* @version $Revision: 1.5 $
*
* Last modification: $Date: 2003/07/13 14:57:49 $
* Last modification: $Date: 2003/07/13 15:28:49 $
* $Id: XMLExtensionFilter.java,v 1.5 2003/07/14 10:02:47 smcsporr Exp $
*/
package src.control;
14,7 → 15,7
import java.io.File;
 
/**
* The XMLExtensionFilter class is a file filter that does only
* The <b><code>XMLExtensionFilter</code></b> class is a file filter that does only
* accept file names with the extension *.xml or *.XML.
*
* @author S. McSporran
56,7 → 57,7
}
 
/**
* Implementation of the abstract getDescription method.
* Implementation of the abstract <code>getDescription</code> method.
*/
public String getDescription() {
return "XML files (*.xml, *.XML)";