elecharny commented on pull request #7:
URL: https://github.com/apache/mina-ftpserver/pull/7#issuecomment-1004705429


   Also I'm trying to get rid of errors like:
   
   ```
   <error line="33" column="22" severity="error" message="Le paramètre 
ftpletContext devrait être final." 
source="com.puppycrawl.tools.checkstyle.checks.FinalParametersCheck"/>
   ```
   
   I tried to add it to the ```checkstyle-suppressions.xml ``` file:
   
   ```
   ...
   <suppress checks="FinalParametersCheck" files=".*"/>
   ...
   ```
   
   but that is not activated...
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to