Skip to content

Commit

Permalink
Use inline comment to resolve spotless failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Ndiritu committed Oct 2, 2024
1 parent a8d01d3 commit 28e2217
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@ public UserAgentHandlerOption() {}

private boolean enabled = true;
@Nonnull private String productName = "kiota-java";
// x-release-please-start-version
@Nonnull private String productVersion = "1.5.0";

// x-release-please-end
@Nonnull private String productVersion = "1.5.0"; // x-release-please-version

/**
* Gets the product name to be used in the user agent header
Expand Down

0 comments on commit 28e2217

Please sign in to comment.