Merge "Frameworks/base: Fix a constructor"

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

View File

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