peutch opened a new pull request #78:
URL: https://github.com/apache/openjpa/pull/78


   Hi,
   I just have done this:
   `find . -name "*.java" -exec file {} \; | grep CRLF | cut -d ':' -f 1 | 
while read f ; do dos2unix "$f" ; done`
   
   Moreover trying to integrate openjpa source in my dev env (Eclipse) I have 
other troubles like
   for the following class:
   `./openjpa-lib/src/main/java/org/apache/openjpa/lib/conf/ClassListValue.java`
   that requires Java 9 at least for source code, isn't it?
   


-- 
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.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to