Major Blooper :(

This commit is contained in:
Manindra Moharana
2014-01-21 18:45:31 +05:30
parent 539368224c
commit eae5d2ee91

View File

@@ -27,7 +27,7 @@ public class AutoSaveUtil {
*/
public AutoSaveUtil(DebugEditor dedit, int timeOut){
editor = dedit;
if (timeOut < 5) {
if (timeOut < 1) { // less than 1 minute not allowed!
saveTime = -1;
throw new IllegalArgumentException("");
}