Skip to content

Commit

Permalink
Update RegexUtil import statement in web tutorial (#906)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisisalexandercook authored Sep 13, 2024
1 parent b937185 commit 818f48d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/manual/contributors.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
Adian Qian,
Aditya Singh,
Akash Srivastava,
Alex Cook,
Alex Liu,
Alvin Abdagic,
Anant Jain,
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/webpages/user-input-cmd.html
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ <h4>4. Fix the Code</h4>
You need to make two changes to <code>RegexExample.java</code>
to correctly handle invalid user input. At the top of the file, add</p>
<pre>
import org.checkerframework.checker.regex.RegexUtil;
import org.checkerframework.checker.regex.util.RegexUtil;
</pre>
<p>
After variable <code>regex</code> is defined but before it is
Expand Down

0 comments on commit 818f48d

Please sign in to comment.