Explorar el Código

SONAR-8520 Make schema dumper cross-platform

tags/8.0
philippe-perrin-sonarsource hace 4 años
padre
commit
8de7715e05

+ 1
- 1
server/sonar-db-dao/src/test/java/org/sonar/db/dump/SQSchemaDumper.java Ver fichero

@@ -31,7 +31,7 @@ import org.sonar.db.SQDatabase;
import static com.google.common.base.Preconditions.checkState;

class SQSchemaDumper {
private static final String LINE_SEPARATOR = "\n";
private static final String LINE_SEPARATOR = System.lineSeparator();
private static final String HEADER = "" +
"###############################################################" + LINE_SEPARATOR +
"#### Description of SonarQube's schema in H2 SQL syntax ####" + LINE_SEPARATOR +

Cargando…
Cancelar
Guardar