
eu.webtoolkit.jwt.chart.ChartUtils Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jwt Show documentation
Show all versions of jwt Show documentation
Java library for developing web applications
/*
* 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