@@ -164,7 +164,7 @@ public void InvalidNonPersistentKeyTypesForDefaultGeneratorTest()
164
164
// Such "correction" makes Domain seem functional but exceptions can happen
165
165
// while working with domain.
166
166
167
- // This benifits in short term but in long term creates another "caviar" for user to remember
167
+ // This benifits in short term but in long term creates another caveat for user to remember
168
168
// along his project live, newcomers will probably not know this which can cause instability.
169
169
170
170
Domain domain = null ;
@@ -363,7 +363,7 @@ public void NonPersistentComplexKeyTest()
363
363
// Such "correction" makes Domain seem functional but exceptions can happen
364
364
// while working with domain.
365
365
366
- // This benifits in short term but in long term creates another "caviar" for user to remember
366
+ // This benifits in short term but in long term creates another caveat for user to remember
367
367
// along his project live, newcomers will probably not know this which can cause instability.
368
368
369
369
Domain domain = null ;
@@ -396,7 +396,7 @@ public void PersistentInterfaceKeyTest()
396
396
// Such "correction" makes Domain seem functional but exceptions can happen
397
397
// while working with domain.
398
398
399
- // This benifits in short term but in long term creates another "caviar" for user to remember
399
+ // This benifits in short term but in long term creates another caveat for user to remember
400
400
// along his project live, newcomers will probably not know this which can cause instability.
401
401
402
402
Domain domain = null ;
@@ -606,7 +606,7 @@ public void EntityAsKeyTest()
606
606
// Such "correction" makes Domain seem functional but exceptions can happen
607
607
// while working with domain.
608
608
609
- // This benifits in short term but in long term creates another "caviar" for user to remember
609
+ // This benifits in short term but in long term creates another caveat for user to remember
610
610
// along his project live, newcomers will probably not know this which can cause instability.
611
611
612
612
Domain domain = null ;
@@ -1024,7 +1024,7 @@ public void TwoKeysTest()
1024
1024
// Such "correction" makes Domain seem functional but exceptions can happen
1025
1025
// while working with domain.
1026
1026
1027
- // This benifits in short term but in long term creates another "caviar" for user to remember
1027
+ // This benifits in short term but in long term creates another caveat for user to remember
1028
1028
// along his project live, newcomers will probably not know this which can cause instability.
1029
1029
1030
1030
Domain domain = null ;
0 commit comments