Hmm, I suspect this has always been like that. I'll just one a one-time fix
for jOOQ 3.3. I guess it's not worth the trouble merging such a fix to
lower versions... Sigh, the legacy that we software engineers have to deal
with. Line terminators, encoding, locales, time zones... :-)


2013/10/9 Eric Schwarzenbach <[email protected]>

> I noticed some oddness in my text editor when looking at some JOOQ source
> files (for example AggregateFunction.java from jooq-3.2.0-sources.jar from
> the open source downloads here: http://www.jooq.org/download/versions)
>
> It looks to me like there are mixed line endings in the sources, perhaps
> from a combination of human editing and the use of some tool on the code. A
> hex view confirmed that there is a mix of Windows style line terminators
> (0D 0A) and Unix style ones (0A).
>
> Not a huge deal but confusing for some editors...
> ********
>
> --
> You received this message because you are subscribed to the Google Groups
> "jOOQ User Group" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
You received this message because you are subscribed to the Google Groups "jOOQ 
User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to