Fix for LOGSTASH-2129

This commit is contained in:
Jason Kendall 2014-04-17 10:46:11 -04:00
parent 066a3b7e1c
commit df224bff01

View file

@ -34,10 +34,9 @@ class LogStash::Inputs::Generator < LogStash::Inputs::Threadable
# "line 2",
# "line 3"
# ]
# # Emit all lines 3 times.
# count => 3
# }
#
# # Emit all lines 3 times.
# count => 3
# }
#
# The above will emit "line 1" then "line 2" then "line", then "line 1", etc...