Skip to content

Commit

Permalink
Merge pull request #32230 from vespa-engine/hmusum/fix-build
Browse files Browse the repository at this point in the history
[MERGEOK] Revert change to make class final
  • Loading branch information
tokle authored Aug 23, 2024
2 parents b100ceb + b4d10ca commit d570444
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*
* @author tokle
*/
public final class AwsCredentials implements AutoCloseable {
public class AwsCredentials implements AutoCloseable {

private final static Duration MIN_EXPIRY = Duration.ofMinutes(5);
private final AthenzDomain athenzDomain;
Expand Down

0 comments on commit d570444

Please sign in to comment.