Skip to content

Commit

Permalink
Handled failure in getApplicationName()
Browse files Browse the repository at this point in the history
  • Loading branch information
muskan124947 committed Dec 30, 2024
1 parent 74a5cb8 commit 52b4459
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ public void setApplicationName(String applicationName) {
@Override
public String getApplicationName() {
return getStringProperty(connectionProps, SQLServerDriverStringProperty.APPLICATION_NAME.toString(),
SQLServerDriverStringProperty.APPLICATION_NAME.getDefaultValue());
SQLServerDriver.constructedAppName);
}

/**
Expand Down

0 comments on commit 52b4459

Please sign in to comment.