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

Commit 19279ec0 authored by Andreas Gampe's avatar Andreas Gampe Committed by Android Git Automerger
Browse files

am d61cbf9a: Merge "Frameworks/base: Fix a constructor"

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

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