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

This commit is contained in:
Andreas Gampe
2015-03-16 17:51:14 +00:00
committed by Gerrit Code Review

View File

@@ -513,5 +513,5 @@ public class RecoverySystem {
return arg;
}
private RecoverySystem() { } // Do not instantiate
private void RecoverySystem() { } // Do not instantiate
}