]> source.dussan.org Git - sonarqube.git/commitdiff
Remove wront comment about file.encoding=UTF-8 in sonar.properties
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 5 Jan 2015 14:48:23 +0000 (15:48 +0100)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 5 Jan 2015 14:48:43 +0000 (15:48 +0100)
sonar-application/src/main/assembly/conf/sonar.properties

index eaaac6f53c5d858e0012f90db0ef41bdc6c41972..95c2d766e034ca419882b8a8c24965734ff50dfa 100644 (file)
@@ -78,7 +78,6 @@
 # Web server is executed in a dedicated Java process. By default its heap size is 768Mb.
 # Use the following property to customize JVM options. Enabling the HotSpot Server VM
 # mode (-server) is recommended.
-# Note that the option -Dfile.encoding=UTF-8 is mandatory.
 #sonar.web.javaOpts=-Xmx768m -XX:MaxPermSize=160m -XX:+HeapDumpOnOutOfMemoryError
 
 # Same as previous property, but allows to not repeat all other settings