Skip to content

Commit

Permalink
fix mima
Browse files Browse the repository at this point in the history
  • Loading branch information
Davies Liu committed Feb 4, 2016
1 parent 53a2dd4 commit 85f8d0e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
* maximum size of a long[] array, allowing us to address 8192 * 2^32 * 8 bytes, which is
* approximately 35 terabytes of memory.
*/
public final class TaskMemoryManager {
public class TaskMemoryManager {

private final Logger logger = LoggerFactory.getLogger(TaskMemoryManager.class);

Expand Down

0 comments on commit 85f8d0e

Please sign in to comment.