Skip to content

Commit 1642733

Browse files
committed
chore: remove VisibleForTesting
1 parent 17278bd commit 1642733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flight/flight-sql-jdbc-core/src/main/java/org/apache/arrow/driver/jdbc/client/ArrowFlightSqlClientHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ public FlightInfo getCrossReference(
549549

550550
/** Builder for {@link ArrowFlightSqlClientHandler}. */
551551
public static final class Builder {
552-
@VisibleForTesting static final String USER_AGENT_TEMPLATE = "JDBC Flight SQL Driver %s";
552+
static final String USER_AGENT_TEMPLATE = "JDBC Flight SQL Driver %s";
553553
static final String DEFAULT_VERSION = "(unknown or development build)";
554554

555555
private final Set<FlightClientMiddleware.Factory> middlewareFactories = new HashSet<>();

0 commit comments

Comments
 (0)