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

Commit 33c5b2a6 authored by Andreas Gampe's avatar Andreas Gampe
Browse files

Frameworks/base: Fix a constructor

This was meant to be a constructor, according to the comment.

Change-Id: Ief49011b392e58b37d9acb4a3f754f1828b256af
parent 30fcd2aa
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
}