Skip to content

Commit 2ed0bd8

Browse files
committed
Remove obsolete TODO comment
1 parent c7343f9 commit 2ed0bd8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/org/mskcc/cbio/portal/dao/DaoGeneticAlteration.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ public int addGeneticAlterations(int geneticProfileId, long entrezGeneId, String
9595
return addGeneticAlterationsForGeneticEntity(geneticProfileId, DaoGeneOptimized.getGeneticEntityId(entrezGeneId), values);
9696
}
9797

98-
// TODO inc: update instead
9998
public int addGeneticAlterationsForGeneticEntity(int geneticProfileId, int geneticEntityId, String[] values)
10099
throws DaoException {
101100

0 commit comments

Comments
 (0)