Skip to content

Commit

Permalink
Add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
vitusortner committed May 8, 2020
1 parent a310419 commit 476daa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion floor_generator/lib/value_object/dao.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class Dao {
final List<DeletionMethod> deletionMethods;
final List<TransactionMethod> transactionMethods;
final List<Entity> streamEntities;
final List<TypeConverter> typeConverters;
final List<TypeConverter> typeConverters; // TODO #165 these are never used

Dao(
this.classElement,
Expand Down

0 comments on commit 476daa0

Please sign in to comment.