]> gerrit.simantics Code Review - simantics/platform.git/commitdiff
Fixed Map & Set equals implementations in CollectionSupportImpl 95/1295/1
authorTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Thu, 7 Dec 2017 08:04:36 +0000 (10:04 +0200)
committerTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Thu, 7 Dec 2017 08:04:36 +0000 (10:04 +0200)
refs #7654

Change-Id: I9bb10c8b529b705ad8a34a6793a002296a6bea06

bundles/org.simantics.db.procore/src/fi/vtt/simantics/procore/internal/CollectionSupportImpl.java

index 15bbffad859b880f19d545cfa8a9a2207ee605de..c8560bad89ae1257c2f0987a722f4e0fa962b7d5 100644 (file)
@@ -292,6 +292,7 @@ public class CollectionSupportImpl implements CollectionSupport {
                                                                        return false;
                                                        }
                                                }
+                                               return true;
                                        } catch (ClassCastException unused) {
                                                return false;
                                        } catch (NullPointerException unused) {
@@ -507,6 +508,7 @@ public class CollectionSupportImpl implements CollectionSupport {
                                                                        return false;
                                                        }
                                                }
+                                               return true;
                                        } catch (ClassCastException unused) {
                                                return false;
                                        } catch (NullPointerException unused) {