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

Commit 8c80efea authored by Andreas Gampe's avatar Andreas Gampe
Browse files

Revert "Frameworks/base: Fix a constructor"

The constructor was public API, doh. Gotta do this differently.

This reverts commit 33c5b2a6.

Change-Id: Iadca87fe6a8866a8bd9d6f2a91578ec0d4c44691
parent 33c5b2a6
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
}