Skip to content

Commit

Permalink
[hw6] changing dictPath to package protected
Browse files Browse the repository at this point in the history
  • Loading branch information
renxinhe committed Apr 29, 2018
1 parent f4ec3aa commit bb4ddef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hw6/Boggle.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
public class Boggle {

// File path of dictionary file
public static String dictPath = "words.txt";
static String dictPath = "words.txt";

/**
* Solves a Boggle puzzle.
Expand Down

0 comments on commit bb4ddef

Please sign in to comment.