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

Commit e8e57180 authored by Andre Eisenbach's avatar Andre Eisenbach Committed by android-build-merger
Browse files

Merge "Fix 2 instances of a field being assigned itself in a constructor." am: 0b9cbca8

am: 3ce36837

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

Change-Id: Id39ce8ca220feb0acda18ef455a00ac05a92a9e5
parents ebe1ba38 3ce36837
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;
        }