Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 361 → Rev 362

/sun/xmleditor/trunk/src/control/GrammarExtensionFilter.java
6,7 → 6,7
*
* @version $Revision: 1.00
*
* Last modification: $Date: 2003/07/11 12:47:33 $
* Last modification: $Date: 2003/07/11 12:53:00 $
*
*/
 
57,6 → 57,6
 
/* Implementation of the abstract getDescription method. */
public String getDescription() {
return "Only xml/XML files.";
return "Only XML grammar files.";
}
}