Skip to content

Commit

Permalink
Update BugRepro doc
Browse files Browse the repository at this point in the history
  • Loading branch information
SMadani committed Dec 2, 2024
1 parent b76710f commit 420285a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/BugRepro.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
import java.util.*;

/**
* Convenience class for debugging / live testing.
* This is .gitignored so that changes can be made locally without accidental commits to the repo.
* Convenience class for debugging / live testing. This file is ignored using the command
* `git update-index --skip-worktree src/test/java/BugRepro.java` to prevent accidental commits ot the repository.
*/
public class BugRepro {
public static void main(String[] args) throws Throwable {
Expand Down

0 comments on commit 420285a

Please sign in to comment.