Skip to content

Commit 3f1a5b5

Browse files
committed
Commented some lines of code
1 parent 2924560 commit 3f1a5b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.github.goxr3plus</groupId>
77
<artifactId>java-stream-player</artifactId>
8-
<version>1.0.0</version>
8+
<version>1.1.0</version>
99

1010

1111
<properties>

src/main/java/goxr3plus/javastreamplayer/test/Tester.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public Tester() {
3333
//open(AUDIOURL)
3434

3535
//Example
36-
open(new File("C:\\Users\\GOXR3PLUS\\Desktop\\10 Heavy BBOY Tracks That Will Give You More Energy and Power!.mp3")); //..Here must be the file absolute path
36+
//open(new File("C:\\Users\\GOXR3PLUS\\Desktop\\10 Heavy BBOY Tracks That Will Give You More Energy and Power!.mp3")); //..Here must be the file absolute path
3737

3838
// Play it
3939
play();

0 commit comments

Comments
 (0)