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

Commit 6878ee57 authored by Andreas Gampe's avatar Andreas Gampe Committed by Gerrit Code Review
Browse files

Merge "Revert "Frameworks/base: Fix a constructor""

parents 007e207b 8c80efea
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
}