This commit is contained in:
Sergey Solovyev
2012-11-18 16:22:14 +04:00
parent 27ae9ea12c
commit 344018a44c
3 changed files with 68 additions and 17 deletions

View File

@@ -20,7 +20,7 @@ import java.util.List;
*/
public class AndroidCalculatorPreferenceService implements CalculatorPreferenceService {
// ont hour
// one hour
private static final Long PREFERRED_PREFS_INTERVAL_TIME = 1000L * 60L * 60L;
@NotNull