All Downloads are FREE. Search and download functionalities are using the official Maven repository.

br.com.objectos.lang.StandardSystemProperties Maven / Gradle / Ivy

The newest version!
/*
 * Copyright 2021 Objectos Software LTDA.
 *
 * Reprodução parcial ou total proibida.
 */
package br.com.objectos.lang;

final class StandardSystemProperties {

  static final String LINE_SEPARATOR = Lang.getSystemProperty("line.separator");

  private StandardSystemProperties() {}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy