Skip to content

Commit

Permalink
Fix wrong require path and module name
Browse files Browse the repository at this point in the history
  • Loading branch information
tagomoris committed Apr 7, 2016
1 parent 738ecc8 commit e5ac435
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/fluent/plugin/buffer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.
#

require 'fluent/plugin/feature'
require 'fluent/plugin/base'
require 'fluent/plugin/owned_by_mixin'

require 'monitor'
Expand All @@ -23,7 +23,7 @@ module Fluent
module Plugin
class Buffer < Base
include OwnedByMixin
include Fluent::MonitorMixin
include MonitorMixin

class BufferError < StandardError; end
class BufferOverflowError < BufferError; end
Expand Down

0 comments on commit e5ac435

Please sign in to comment.