Skip to content

Commit

Permalink
removed unused constant
Browse files Browse the repository at this point in the history
  • Loading branch information
ceharris committed May 1, 2013
1 parent c8c2109 commit 631cd7e
Showing 1 changed file with 0 additions and 6 deletions.
Expand Up @@ -31,12 +31,6 @@ public class CoreConstants {
// asking to make MAX_POOL_SIZE a parameter.
public static final int MAX_POOL_SIZE = 32;

/**
* Time to wait for asynchronous tasks to finish (in milliseconds) when
* the context is shut down.
*/
public static final int EXECUTOR_SHUTDOWN_DELAY = 5000;

// Note that the line.separator property can be looked up even by
// applets.
public static final String LINE_SEPARATOR = System.getProperty("line.separator");
Expand Down

0 comments on commit 631cd7e

Please sign in to comment.