Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 357 → Rev 358

/sun/xmleditor/trunk/src/control/GrammarExtensionFilter.java
6,7 → 6,7
*
* @version $Revision: 1.00
*
* Last modification: $Date: 2003/07/11 12:20:03 $
* Last modification: $Date: 2003/07/11 12:46:06 $
*
*/
 
48,7 → 48,9
return false;
}
}
return false;
/* If the file does not have an extension, do not accept. */
return false;
}
 
/* Implementation of the abstract getDescription method. */