Commit 79147730 authored by Mikolaj Wawrzyniak's avatar Mikolaj Wawrzyniak

Add coment to no-op methods

At usage_data_queries.rb file
parent 6eda4fe1
......@@ -41,9 +41,11 @@ module Gitlab
end
def maximum_id(model, column = nil)
# no-op: shadowing super for performance reasons
end
def minimum_id(model, column = nil)
# no-op: shadowing super for performance reasons
end
def alt_usage_data(value = nil, fallback: FALLBACK, &block)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment