Skip to content

Commit fa507f0

Browse files
committed
Rename Maven package
1 parent 2501a29 commit fa507f0

File tree

122 files changed

+3
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+3
-3
lines changed

java/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ target/
2525
!/c/
2626

2727
# Generated properties file
28-
flight/flight-jdbc-driver/src/main/resources/properties/flight.properties
28+
flight/flight-sql-jdbc-driver/src/main/resources/properties/flight.properties
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
import com.google.protobuf.ProtocolMessageEnum;
8989

9090
/**
91-
* Arrow Flight JDBC's implementation of {@link DatabaseMetaData}.
91+
* Arrow Flight SQL JDBC's implementation of {@link DatabaseMetaData}.
9292
*/
9393
public class ArrowDatabaseMetadata extends AvaticaDatabaseMetaData {
9494
private static final String JAVA_REGEX_SPECIALS = "[]()|^-+*?{}$\\.";

0 commit comments

Comments
 (0)