Fix RuboCop offense Lint/MissingSuper (#36919).

git-svn-id: https://svn.redmine.org/redmine/trunk@22147 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2023-03-24 09:34:40 +00:00
parent 2b00670e4d
commit fe71cb5bbe
12 changed files with 16 additions and 28 deletions

View File

@@ -62,11 +62,6 @@ module Redmine
end
end
def initialize(url, root_url=nil, login=nil, password=nil, path_encoding=nil)
super
@path_encoding = path_encoding.blank? ? 'UTF-8' : path_encoding
end
def path_encoding
@path_encoding
end