Skip to content

Commit dc9d7b7

Browse files
committed
fix typo in dev guide
1 parent 725be35 commit dc9d7b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ The following items should be modified in the file above:
270270
1. It should be named to correspond with the input name.
271271
1. `require "logstash-input-java_input_example_jars"` should be changed to reference the appropriate "jars" file
272272
as described below.
273-
1. `class LogStash::Inputs::JavaFilterExample < LogStash::Inputs::Base` should be changed to provide a unique and
273+
1. `class LogStash::Inputs::JavaInputExample < LogStash::Inputs::Base` should be changed to provide a unique and
274274
descriptive Ruby class name.
275275
1. `config_name "java_input_example"` must match the name of the plugin as specified in the `name` property of
276276
the `@LogstashPlugin` annotation.

0 commit comments

Comments
 (0)