Skip to content

Commit 09b6748

Browse files
committed
GeneratorVersion: fix obsolete comment
1 parent b757601 commit 09b6748

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

objectbox/lib/src/modelinfo/modelinfo.dart

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@ enum GeneratorVersion {
2020
/// The model was not created by generated code.
2121
none,
2222

23-
/// BREAKING CHANGE in ObjectBox Dart 5.1 with DateTime (date) properties:
24-
/// - DateTime properties are now stored in UTC by default(!).
25-
/// - If you rely on reading local time, you must use dateLegacy.
26-
/// - Only UTC times provide correct values for ObjectBox Sync.
23+
/// Generator for ObjectBox Dart 5.1 (introduced the GeneratorVersion enum)
2724
v2025_12_16,
2825
}
2926

0 commit comments

Comments
 (0)