com.datastax.insight.core.Consts Maven / Gradle / Ivy
The newest version!
package com.datastax.insight.core;
public interface Consts {
String DELIMITER=";";
String NEWLINE=System.getProperty("line.separator");
}
package com.datastax.insight.core;
public interface Consts {
String DELIMITER=";";
String NEWLINE=System.getProperty("line.separator");
}