From f0b65b04817e229ea6798bfcc2b1cf783fcb3717 Mon Sep 17 00:00:00 2001 From: Tyler Ferrari Date: Tue, 2 May 2023 15:53:46 +0000 Subject: Moves files into apcs package and fix refrences --- apcs/ShortAudioFilePlayer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apcs/ShortAudioFilePlayer.java') 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; -- cgit v1.2.3