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

Commit 8af305f1 authored by Andreas Gampe's avatar Andreas Gampe Committed by Android Git Automerger
Browse files

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

* commit '6878ee57':
  Revert "Frameworks/base: Fix a constructor"
parents 8e176d39 6878ee57
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
}