Commit bbdeb911 authored by Olivier Bertrand's avatar Olivier Bertrand

- Add the JdbcInterface.java to the project

  added:   storage/connect/JdbcInterface.java

- Add *.java to be handled
  modified:   .gitattributes
parent 7b7414c0
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
*.cpp text *.cpp text
*.h text *.h text
*.test text *.test text
*.java text
# Declare files that will always have LF line endings on checkout. # Declare files that will always have LF line endings on checkout.
*.result text eol=lf *.result text eol=lf
...@@ -29,3 +30,4 @@ storage/connect/mysql-test/connect/std_data/*.dat binary ...@@ -29,3 +30,4 @@ storage/connect/mysql-test/connect/std_data/*.dat binary
*.cc diff=cpp *.cc diff=cpp
*.ic diff=cpp *.ic diff=cpp
*.cpp diff=cpp *.cpp diff=cpp
*.java diff=cpp
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment