Skip to content

Commit d2d4dc3

Browse files
committed
Fix a typo
to quiet a warning from IntelliJ.
1 parent 3d01cd9 commit d2d4dc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ingest-common/src/test/java/org/elasticsearch/ingest/common/CommunityIdProcessorTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
public class CommunityIdProcessorTests extends ESTestCase {
3333

3434
// NOTE: all test methods beginning with "testBeats" are intended to duplicate the unit tests for the Beats
35-
// community_id processor (see Github link below) to ensure that this processor produces the same values. To
35+
// community_id processor (see GitHub link below) to ensure that this processor produces the same values. To
3636
// the extent possible, these tests should be kept in sync.
3737
//
3838
// https://github.com/elastic/beats/blob/master/libbeat/processors/communityid/communityid_test.go

0 commit comments

Comments
 (0)