summaryrefslogtreecommitdiff
path: root/app/controllers/import/bitbucket_controller.rb
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-06-30 14:41:19 +0200
committerGrzegorz Bizon <grzesiek.bizon@gmail.com>2016-07-19 14:16:54 +0200
commitc0ebfea6baf330ed5ae5bc870407fe47f76119cf (patch)
tree3d6cf15db54a50b7908920c4ac2d60f14628b29d /app/controllers/import/bitbucket_controller.rb
parent1cd573ee7f03bcb356478aab5900fae4618b53ec (diff)
downloadgitlab-ce-c0ebfea6baf330ed5ae5bc870407fe47f76119cf.tar.gz
Fix some useless access modifiers in the code
Diffstat (limited to 'app/controllers/import/bitbucket_controller.rb')
-rw-r--r--app/controllers/import/bitbucket_controller.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/controllers/import/bitbucket_controller.rb b/app/controllers/import/bitbucket_controller.rb
index 25e58724860..944c73d139a 100644
--- a/app/controllers/import/bitbucket_controller.rb
+++ b/app/controllers/import/bitbucket_controller.rb
@@ -82,8 +82,6 @@ class Import::BitbucketController < Import::BaseController
go_to_bitbucket_for_permissions
end
- private
-
def access_params
{
bitbucket_access_token: session[:bitbucket_access_token],