Переглянути джерело

code cleanup: fix source code comment in r18607

git-svn-id: http://svn.redmine.org/redmine/trunk@18613 e93f8b46-1217-0410-a6f0-8f06a7374b81
tags/4.1.0
Toshi MARUYAMA 4 роки тому
джерело
коміт
557f045e42
1 змінених файлів з 1 додано та 1 видалено
  1. 1
    1
      app/models/changeset.rb

+ 1
- 1
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)

Завантаження…
Відмінити
Зберегти