Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3ce36837 authored by Ian Rogers's avatar Ian Rogers Committed by android-build-merger
Browse files

Merge "Fix 2 instances of a field being assigned itself in a constructor."

am: 0b9cbca8

* commit '0b9cbca8':
  Fix 2 instances of a field being assigned itself in a constructor.

Change-Id: Ib1a2473a9b33febc783bccf7b234a5f76ca652a5
parents 027a5aec 0b9cbca8
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -69,7 +69,6 @@ class HandleMap {
            this.type = type;
            this.handle = handle;
            this.uuid = uuid;
            this.instance = instance;
            this.serviceHandle = serviceHandle;
        }

@@ -78,7 +77,6 @@ class HandleMap {
            this.type = type;
            this.handle = handle;
            this.uuid = uuid;
            this.instance = instance;
            this.serviceHandle = serviceHandle;
            this.charHandle = charHandle;
        }