So, what do you want me to do Niklas? I got a new file with only the
code changes ... should I commit this? For it would show a lot of
differences with the previous file as well, or do you just want the
patch file in order to see the differences...
Btw I used winmerge to generate the patch file and I don't know if
this is the expected format ... It generated this file:
648d647
< logoutUser();
655,667d653
< }
<
< public void logoutUser() {
< ServerFtpStatistics stats = ((ServerFtpStatistics) context
< .getFtpStatistics());
< if (stats != null) {
< stats.setLogout(this);
< org.slf4j.LoggerFactory.getLogger(this.getClass())
< .debug("Statistics login decreased due to user logout");
< } else {
< org.slf4j.LoggerFactory.getLogger(this.getClass())
< .warn("Statistics not available in session, can not decrease
login count");
< }
2010/5/10 Emmanuel Lecharny <[email protected]>:
> On 5/10/10 11:41 AM, David Latorre wrote:
>>
>> Oh sorry,
>>
>> I believed I was using "MINA formatter" so I thought it would be ok to
>> format the whole thing.
>>
>
> It would be a good idea to "reformat" all the files following the current
> formater in one big commit, so that developpers are not annoyed when
> checking a diff...
>
> --
> Regards,
> Cordialement,
> Emmanuel Lécharny
> www.nextury.com
>
>
>