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

Commit 872d191e authored by Andreas Gampe's avatar Andreas Gampe Committed by Android Git Automerger
Browse files

am 8af305f1: am 6878ee57: Merge "Revert "Frameworks/base: Fix a constructor""

* commit '8af305f1':
  Revert "Frameworks/base: Fix a constructor"
parents b60a658e 8af305f1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -513,5 +513,5 @@ public class RecoverySystem {
        return arg;
    }

    private RecoverySystem() { }  // Do not instantiate
    private void RecoverySystem() { }  // Do not instantiate
}