Skip to content

Commit

Permalink
My dummy commit
Browse files Browse the repository at this point in the history
  • Loading branch information
cardosov committed Aug 23, 2024
1 parent 00df118 commit 9ce331e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ public void run() {
},
period,
period);

final String myPassword = "foo";
System.out.println(myPassword);
}

/**
Expand Down

0 comments on commit 9ce331e

Please sign in to comment.