186187188189190191192193194
t = t.trim(); if (t.length() > 0) { sequence.add(t); } } this.importSequences.add(new StringSequence(sequence)); } } }
355356357358359360361362363
t = t.trim(); if (t.length() > 0) { sequence.add(t); } } this.sequences.add(new StringSequence(sequence)); } } }
444546474849505152