Skip to content

Commit 91a216f

Browse files
authored
Update AbstractTeradataConnector.java
1 parent c63a895 commit 91a216f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dumper/app/src/main/java/com/google/edwmigration/dumper/application/dumper/connector/teradata/AbstractTeradataConnector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@
7272
*/
7373
@RespectsArgumentHostUnlessUrl
7474
@RespectsInput(
75-
order = ConnectorArguments.OPT_PORT_ORDER,
7675
arg = ConnectorArguments.OPT_PORT,
7776
description = "The port number of the server.",
77+
order = ConnectorArguments.OPT_PORT_ORDER,
7878
required = ConnectorArguments.OPT_REQUIRED_IF_NOT_URL,
7979
defaultValue = "" + AbstractTeradataConnector.OPT_PORT_DEFAULT)
8080
@RespectsArgumentUser

0 commit comments

Comments
 (0)