commit 3a48f51a79276c4a41e0acb8b91ee1d7ad77a027
parent 7af01a5d034274f0491c87b1f574e63a46c67de1
Author: gstraube <gstraube@mailbox.org>
Date: Wed, 16 Aug 2017 20:53:45 +0200
Remove annotation
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/app/src/main/java/com/github/cythara/Sampler.java b/app/src/main/java/com/github/cythara/Sampler.java
@@ -1,7 +1,5 @@
package com.github.cythara;
-import android.support.annotation.Nullable;
-
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
@@ -41,7 +39,6 @@ class Sampler {
return filteredSamples;
}
- @Nullable
static Note extractMostFrequentNote(List<PitchDifference> samples) {
Map<Note, Integer> noteFrequencies = new HashMap<>();