Skip to content

Commit 9a38846

Browse files
committed
Removing TODOs
1 parent c642dd6 commit 9a38846

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

java/br/unb/biologiaanimal/edf/EDF.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,6 @@ public void toCsv(String filePath)
217217
writer.close();
218218
}
219219

220-
// TODO Read annotations
221220
/**
222221
* Gets a list of the annotations on the EDF file, lest there are
223222
* annotations.

java/br/unb/biologiaanimal/edf/EDFReader.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,6 @@ private long[] getLimits(String param)
283283
return outlet;
284284
}
285285

286-
// TODO Get annotations
287286
/**
288287
* Gets a list of the annotations on the EDF file, lest there are
289288
* annotations.

0 commit comments

Comments
 (0)