aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-01-05 15:48:23 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-01-05 15:48:43 +0100
commitf45e46a2ea2b559aa88406a1f17f926eee57a0c0 (patch)
tree8145c5c6767964d9cde8b74e38b4192cf2579542 /sonar-application
parent57c683d7042fb519aeacb77362e8da268dbfc5ee (diff)
downloadsonarqube-f45e46a2ea2b559aa88406a1f17f926eee57a0c0.tar.gz
sonarqube-f45e46a2ea2b559aa88406a1f17f926eee57a0c0.zip
Remove wront comment about file.encoding=UTF-8 in sonar.properties
Diffstat (limited to 'sonar-application')
-rw-r--r--sonar-application/src/main/assembly/conf/sonar.properties1
1 files changed, 0 insertions, 1 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties
index eaaac6f53c5..95c2d766e03 100644
--- a/sonar-application/src/main/assembly/conf/sonar.properties
+++ b/sonar-application/src/main/assembly/conf/sonar.properties
@@ -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