Skip to content

Commit

Permalink
remove cosntant
Browse files Browse the repository at this point in the history
  • Loading branch information
yu-kioo committed Aug 15, 2024
1 parent c8c429d commit a7cff7b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/org/embulk/input/DatabricksInputPlugin.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,6 @@ public interface DatabricksPluginTask extends PluginTask {
public UserAgentEntry getUserAgentEntry();

public interface UserAgentEntry extends Task {
String defaultProductName = "unknown";
String defaultProductVersion = "0.0.0";

@Config("product_name")
@ConfigDefault("\"unknown\"")
public String getProductName();
Expand Down

0 comments on commit a7cff7b

Please sign in to comment.