Fix issues with ItemMatcher.java returning incorrect values.
This commit is contained in:
@@ -209,8 +209,7 @@ public class ItemMatcher {
|
||||
if (mapView1 == null || mapView2 == null)
|
||||
return false;
|
||||
|
||||
if (mapView1.getId() == mapView2.getId())
|
||||
return true;
|
||||
return mapView1.getId() == mapView2.getId();
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user