summaryrefslogtreecommitdiff
path: root/app/services/lfs
diff options
context:
space:
mode:
authorJames Edwards-Jones <jedwardsjones@gitlab.com>2018-03-15 00:04:43 +0000
committerJames Edwards-Jones <jedwardsjones@gitlab.com>2018-03-15 02:39:08 +0000
commitffb1c65b0ba7fa8a4ea7e128cb47449f04837869 (patch)
treebfa116b1365badd698d0700001af319da5e8fc1a /app/services/lfs
parent842f42f4b2de04e2257d0486d33162319297825e (diff)
downloadgitlab-ce-ffb1c65b0ba7fa8a4ea7e128cb47449f04837869.tar.gz
Rename Lfs::FileModificationHandler to Lfs::FileTransformer
Diffstat (limited to 'app/services/lfs')
-rw-r--r--app/services/lfs/file_transformer.rb (renamed from app/services/lfs/file_modification_handler.rb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/services/lfs/file_modification_handler.rb b/app/services/lfs/file_transformer.rb
index fe9091a6e5d..030f2c6aeba 100644
--- a/app/services/lfs/file_modification_handler.rb
+++ b/app/services/lfs/file_transformer.rb
@@ -1,5 +1,5 @@
module Lfs
- class FileModificationHandler
+ class FileTransformer
attr_reader :project, :branch_name
delegate :repository, to: :project