commit | f95ce8f53a068539b2ee1bc13386efe5f5f70914 | [log] [tgz] |
---|---|---|
author | Matthias Sohn <matthias.sohn@sap.com> | Tue May 14 18:06:02 2024 +0200 |
committer | Matthias Sohn <matthias.sohn@sap.com> | Wed May 15 12:51:17 2024 +0200 |
tree | 6d39f283fd7ce64093cbe65e38c59268370ac821 | |
parent | cb66eb8ba8f1d65e91be5ceffcea22a48d7f8033 [diff] |
DynamoDBRefDatabaseIT: Add missing override annotation Change-Id: Iaccbdda2f0ff885496bfe82ca4bbb96817430d41
diff --git a/src/test/java/com/googlesource/gerrit/plugins/validation/dfsrefdb/dynamodb/DynamoDBRefDatabaseIT.java b/src/test/java/com/googlesource/gerrit/plugins/validation/dfsrefdb/dynamodb/DynamoDBRefDatabaseIT.java index d8978c0..5012658 100644 --- a/src/test/java/com/googlesource/gerrit/plugins/validation/dfsrefdb/dynamodb/DynamoDBRefDatabaseIT.java +++ b/src/test/java/com/googlesource/gerrit/plugins/validation/dfsrefdb/dynamodb/DynamoDBRefDatabaseIT.java
@@ -49,6 +49,7 @@ .withExposedPorts(LOCALSTACK_PORT); @Before + @Override public void setUpTestPlugin() throws Exception { localstack.start();