Skip to content

Commit d3aa751

Browse files
vix violation
1 parent 472d82b commit d3aa751

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

active-record/src/main/java/com/iluwatar/activerecord/base/RecordBase.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
* 1. Just KISS it - and move all the persistence logic into the domain models themselves and just copy-paste, copy-paste, copy-paste, copy-...
2626
* 2. Finish this abstract class and make things smoooth
2727
* An active record base supposed to hold all the necessary active record pattern logic.
28+
*
2829
* <p>This is the base class which is supposed to be extended by all the domain models that are
2930
* expected to be persistent.
3031
*

0 commit comments

Comments
 (0)