()
| 24 | final int finalFragmentLength = fragmentLength; |
| 25 | tasks.add(new Callable<Map<String, knucleotide>>() { |
| 26 | public Map<String, knucleotide> call() { |
| 27 | return createFragmentMap(sequence, offset, finalFragmentLength); |
| 28 | } |
| 29 | }); |
| 30 | } |
| 31 | } |
nothing calls this directly
no test coverage detected