com.okworx.ilcd.validation.common.DefaultValidationContext Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ilcd-validation Show documentation
Show all versions of ilcd-validation Show documentation
A Java library for performing technical validation of data in ILCD data format.
package com.okworx.ilcd.validation.common;
import java.util.Locale;
/**
* DefaultValidationContext class.
*
* @author oliver.kusche
* @version $Id: $Id
*/
public class DefaultValidationContext extends ValidationContext {
/**
* Constructor for DefaultValidationContext.
*/
public DefaultValidationContext() {
this.locale = Locale.getDefault();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy