Skip to content

Commit

Permalink
Make HintManager public
Browse files Browse the repository at this point in the history
  • Loading branch information
serivesmejia committed Oct 27, 2024
1 parent 9194f66 commit d798228
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
/**
* @author Karl Tauber
*/
class HintManager
public class HintManager
{
private static final List<HintPanel> hintPanels = new ArrayList<>();

Expand Down

0 comments on commit d798228

Please sign in to comment.