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

com.thegoate.utils.compare.tools.CompareObject Maven / Gradle / Ivy

There is a newer version: 0.15.17.202312051550
Show newest version
package com.thegoate.utils.compare.tools;

import com.thegoate.utils.compare.CompareTool;
import com.thegoate.utils.compare.CompareUtility;

/**
 * Created by Eric Angeli on 4/9/2020.
 */
public abstract class CompareObject extends CompareTool {

	public CompareObject(Object actual) {
		super(actual);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy