]> source.dussan.org Git - sonarqube.git/commit
Fix default mime type of ProfileExporter
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Thu, 31 Mar 2016 10:23:23 +0000 (12:23 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Thu, 31 Mar 2016 10:23:23 +0000 (12:23 +0200)
commiteee6027f6146f4a529a6f3cd14637592a70cf3f2
treea9268174cf5d8caba92c88f1912618d2e12be45f
parent5482aa0fb73622ca321461de339015e0c6a43c18
Fix default mime type of ProfileExporter

"plain/text" is not a valid type. It must be "text/plain"
server/sonar-server/src/test/java/org/sonar/server/qualityprofile/QProfileExportersTest.java
sonar-plugin-api/src/main/java/org/sonar/api/profiles/ProfileExporter.java