- tpzo fixed
Signed-off-by: Roland Häder <roland@mxchange.org>
* @return Comparison value
*/
public static int compare (final Category category1, final Category category2) {
- // Check euqality, then at least first must be given
+ // Check equality, then at least first must be given
if (Objects.equals(category1, category2)) {
// Both are same
return 0;
* @return Comparison value
*/
public static int compare (final Product product1, final Product product2) {
- // Check euqality, then at least first must be given
+ // Check equality, then at least first must be given
if (Objects.equals(product1, product2)) {
// Both are same
return 0;