浏览代码

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)

正在加载...
取消
保存