Skip to content

Commit

Permalink
Update Laser dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-hydrogen committed Apr 28, 2022
1 parent d653a74 commit 4072db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/exposed/hydrogen/nightclub/laser/Laser.java
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ public void stop() {
/**
* Gets laser status.
*
* @return <code>true</code> if the laser is currently running
* @return <code>true</code> if the laser is currently running
* (i.e. {@link #start} has been called and the duration is not over)
*/
public boolean isStarted() {
Expand Down

0 comments on commit 4072db5

Please sign in to comment.