From 5af65029512044f7c90ce37cbeef736f1ac9042f Mon Sep 17 00:00:00 2001 From: Bradlee Speice Date: Tue, 6 Nov 2012 20:23:34 -0500 Subject: [PATCH] Remove another extra class file --- baseAlgorithm.class | Bin 656 -> 0 bytes threadedAllocation.java | 3 +-- 2 files changed, 1 insertion(+), 2 deletions(-) delete mode 100644 baseAlgorithm.class diff --git a/baseAlgorithm.class b/baseAlgorithm.class deleted file mode 100644 index 6eddea20446ceae711620f5c00fd1de6edca9c4a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 656 zcmZWl%T60X5UgIWy=E~O0|`k;NVpjv@F7P~9t1^N36TScOHQ+9WX9}6TGmM9uX2cx z5aI*)sEC@`1q*SQ>F%29>YBd)e{%=mGd_m!@qP{sdNGE|_L6*bF7SRw zg4V9dO!-C7=x?0}{2%$L7IY6xrVpoStczn6Cq$MH@{vkTRAFpggMN8tE-X7%7y5fL z&I?nXr8|O!X8>jUkyQ_?`A6mt6@}B=DxnuuvTXIE$dQ_pJdXAS0b|9q*|AAU3QzT{ zqsb1d+KctrWSPmv)?;b%jKrgST8#8h#F l{uo%pn_BiOD~r7NUDwHesve)5RbqA}g11gq@Q#&-^#`DyVLbo< diff --git a/threadedAllocation.java b/threadedAllocation.java index 08a567a..63820b3 100644 --- a/threadedAllocation.java +++ b/threadedAllocation.java @@ -1,5 +1,4 @@ -class threadedAllocation implements baseAlgorithm -{ +public class threadedAllocation implements baseAlgorithm{ int[] memoryBlock; threadedAllocation(int memorySize) {