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

eu.webtoolkit.jwt.chart.ChartUtils Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
/*
 * Copyright (C) 2009 Emweb bvba, Leuven, Belgium.
 *
 * See the LICENSE file for terms of use.
 */
package eu.webtoolkit.jwt.chart;

class ChartUtils {
	static boolean equals(Object o1, Object o2) {
		return o1.equals(o2);
	}

	static boolean equals(boolean b1, boolean b2) {
		return b1 == b2;
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy