aboutsummaryrefslogtreecommitdiff
path: root/apcs/ShortAudioFilePlayer.java
diff options
context:
space:
mode:
Diffstat (limited to 'apcs/ShortAudioFilePlayer.java')
-rw-r--r--apcs/ShortAudioFilePlayer.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/apcs/ShortAudioFilePlayer.java b/apcs/ShortAudioFilePlayer.java
index 5d9a381..0a03c9c 100644
--- a/apcs/ShortAudioFilePlayer.java
+++ b/apcs/ShortAudioFilePlayer.java
@@ -1,4 +1,4 @@
-package test;
+package apcs;
//Java program to play audio files. imports file scanning and various
//methods from the java audio class in order to do so.
import java.io.File;