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

net.fortuna.ical4j.validate.EmptyValidator Maven / Gradle / Ivy

There is a newer version: 4.0.4
Show newest version
package net.fortuna.ical4j.validate;

/**
 * Created by fortuna on 12/09/15.
 */
public final class EmptyValidator implements Validator {

    private static final long serialVersionUID = 1L;

    public void validate(T target) throws ValidationException {
        // TODO Auto-generated method stub

    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy