fixed Eclipse spell check errors
This commit is contained in:
parent
535aeffdc8
commit
f5490e4995
|
|
@ -42,9 +42,9 @@ public interface FileSetCheck
|
|||
* The file set to process might contain files that are not
|
||||
* interesting to the FileSetCheck. Such files should be ignored,
|
||||
* no error message should be fired for them. For example a FileSetCheck
|
||||
* that checks java files should ignore html or properties files.
|
||||
* that checks java files should ignore HTML or properties files.
|
||||
*
|
||||
* Once processiong is done, it is highly recommended to call for
|
||||
* Once processing is done, it is highly recommended to call for
|
||||
* the destroy method to close and remove the listeners.
|
||||
*
|
||||
* @param aFiles the files to be audited.
|
||||
|
|
|
|||
Loading…
Reference in New Issue