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.

Reply via email to