findbugs fixes

This commit is contained in:
robokaso
2008-11-24 12:28:56 +00:00
parent 55043b4707
commit 3b71ae63fd
3 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ public class MessageOrientedStep extends AbstractStep {
private PollableChannel source;
private static int MINUTE = 1000 * 60;
private static long MINUTE = 1000 * 60;
private long executionTimeout = 30*MINUTE ;