Skip to content

Commit

Permalink
fix: comment about a deprecated file, to be removed when old enough (o…
Browse files Browse the repository at this point in the history
…penfoodfacts#2293)

Impacted file:
* `dao_hive_product.dart`
  • Loading branch information
monsieurtanuki authored Jun 16, 2022
1 parent 1662685 commit 38f206f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/smooth_app/lib/database/dao_hive_product.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ class _ProductAdapter extends TypeAdapter<Product> {
writer.writeString(jsonEncode(obj.toJson()));
}

// TODO(monsieurtanuki): remove when old enough (today is 2022-06-16)
/// Where we store the products as "barcode => product".
@Deprecated('use [DaoProduct] instead')
class DaoHiveProduct extends AbstractDao {
Expand Down

0 comments on commit 38f206f

Please sign in to comment.