Skip to content

Commit

Permalink
Modify reference link in Javadoc block
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Cagle committed May 25, 2020
1 parent 7298400 commit 2d4ebda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AudioEngine.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @author Justin Cagle
* @author jcagle2001@msn.com
* @version 1.0
* {@link} https://www.geeksforgeeks.org/play-audio-file-using-java/
* @see <a href="https://www.geeksforgeeks.org/play-audio-file-using-java/">https://www.geeksforgeeks.org/play-audio-file-using-java/</a>
*/
public class AudioEngine {
private static Clip clip;
Expand Down

0 comments on commit 2d4ebda

Please sign in to comment.