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

com.github.debugthug.validators.FlightInfoValidator Maven / Gradle / Ivy

package com.github.debugthug.validators;

import com.github.debugthug.exceptions.IncorrectRequestException;
import com.github.debugthug.xo.Envelope;

public class FlightInfoValidator implements RequestValidator{

	public void validate(Envelope request) throws IncorrectRequestException {
		// TODO Auto-generated method stub
		
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy