Skip to content

Commit

Permalink
MAX_PATH=100
Browse files Browse the repository at this point in the history
  • Loading branch information
geraw committed Jun 5, 2017
1 parent 0612618 commit cb0ba06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

public class DiningPhilMain {

public final static long MAX_PATH = 6;
public final static long MAX_PATH = 100;

private static long count = 1;

Expand Down

0 comments on commit cb0ba06

Please sign in to comment.