diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-10-07 07:34:22 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2019-10-07 07:34:22 +0000 |
commit | 557f045e422f0683225f279364a5924e4e21e14f (patch) | |
tree | c200cedcfc015af0d3a23ed1ff94e2f531586337 /app | |
parent | 023c3455e633666fee3a4bbc43c78a9eeb570396 (diff) | |
download | redmine-557f045e422f0683225f279364a5924e4e21e14f.tar.gz redmine-557f045e422f0683225f279364a5924e4e21e14f.zip |
code cleanup: fix source code comment in r18607
git-svn-id: http://svn.redmine.org/redmine/trunk@18613 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'app')
-rw-r--r-- | app/models/changeset.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/changeset.rb b/app/models/changeset.rb index fe1831f9f..ba64916bd 100644 --- a/app/models/changeset.rb +++ b/app/models/changeset.rb @@ -284,7 +284,7 @@ class Changeset < ActiveRecord::Base return @short_comments, @long_comments end - # singleton class are public + # Singleton class method is public class << self # Strips and reencodes a commit log before insertion into the database def normalize_comments(str, encoding) |