]> source.dussan.org Git - sonarqube.git/commitdiff
Update comment
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Thu, 30 Jan 2014 09:42:09 +0000 (10:42 +0100)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Thu, 30 Jan 2014 09:42:19 +0000 (10:42 +0100)
sonar-server/src/main/webapp/WEB-INF/app/helpers/application_helper.rb

index c45644d988a9a72862db1ee11d38d600657373b7..df7fd1aa0494835b6c06bb32ac3cbed02dab2749 100644 (file)
@@ -74,7 +74,7 @@ module ApplicationHelper
   end
 
   # Override date_helper methods to be consistent with Java age format
-  # java.util.Date and Time are supported
+  # java.util.Date and Time (ruby) are supported
   #
   def distance_of_time_in_words_to_now(date)
     Internal.i18n.ageFromNow(date)