Skip to content

Commit

Permalink
Removing extra protobuf notice file (opensearch-project#10114)
Browse files Browse the repository at this point in the history
* Removing the extra protobuf java notice from root

Signed-off-by: Vacha Shah <vachshah@amazon.com>

* Fixing precommit errors

Signed-off-by: Vacha Shah <vachshah@amazon.com>

---------

Signed-off-by: Vacha Shah <vachshah@amazon.com>
  • Loading branch information
VachaShah authored Sep 21, 2023
1 parent 3b9c005 commit 05ee0c3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ public void testTypeParser_parse_fromCorrelationParamsContext_InvalidVectorSimil

/**
* test parseCreateField in CorrelationVectorFieldMapper
* @throws IOException
* @throws IOException ioexception
*/
public void testCorrelationVectorFieldMapper_parseCreateField() throws IOException {
String fieldName = "test-field-name";
Expand Down
Empty file removed protobuf-java-NOTICE.txt
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ public void testIndexing() throws Exception {
* This test verifies that during rolling upgrades the segment replication does not break when replica shards can
* be running on older codec versions.
*
* @throws Exception
* @throws Exception exception
*/
@AwaitsFix(bugUrl = "https://github.com/opensearch-project/OpenSearch/issues/7679")
public void testIndexingWithSegRep() throws Exception {
Expand Down

0 comments on commit 05ee0c3

Please sign in to comment.