- Fix for suspend that broke just before submission.

This commit is contained in:
jendave
2011-08-06 05:28:57 +00:00
parent 83a231fd38
commit 80b41e643c
3 changed files with 3 additions and 7 deletions

View File

@@ -3445,7 +3445,7 @@ public class CardFactory implements NewConstants {
if(n != -1) {
String parse = card.getKeyword().get(n).toString();
card.removeIntrinsicKeyword(parse);
card.setSuspend(true);
String k[] = parse.split(":");
final int timeCounters = Integer.parseInt(k[1]);