Skip to content

Commit

Permalink
added missing final in from what should have been a constant
Browse files Browse the repository at this point in the history
  • Loading branch information
ceharris committed May 1, 2013
1 parent 371e133 commit 9480831
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -29,7 +29,7 @@ public class CoreConstants {
*/
// if you need a different MAX_POOL_SIZE, please file create a jira issue
// asking to make MAX_POOL_SIZE a parameter.
public static int MAX_POOL_SIZE = 32;
public static final int MAX_POOL_SIZE = 32;

/**
* Time to wait for asynchronous tasks to finish (in milliseconds) when
Expand Down

0 comments on commit 9480831

Please sign in to comment.