Navigation Menu

Skip to content

Commit

Permalink
Fix mismatched method name
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 23, 2015
1 parent 8d73283 commit fa66be6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/droonga/engine.rb
Expand Up @@ -105,7 +105,7 @@ def stop_immediately
@dispatcher.stop_immediately
@cluster.shutdown
@state.shutdown
@export_last_processed_message_timestamp_observer.shutdown
@export_last_processed_message_timestamp_observer.stop
export_last_processed_message_timestamp
logger.trace("stop_immediately: done")
end
Expand Down

0 comments on commit fa66be6

Please sign in to comment.