Skip to content

Commit

Permalink
make batch info constant final
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Jun 2, 2009
1 parent b528326 commit 1b8b25e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -22,7 +22,7 @@

public class BatchInfo {

public static long VIRTUAL_BATCH_FOR_REGISTRATION = -9999;
public static final long VIRTUAL_BATCH_FOR_REGISTRATION = -9999;

private long batchId;

Expand Down

0 comments on commit 1b8b25e

Please sign in to comment.