Skip to content

Commit 2228e84

Browse files
committed
minor formatting
1 parent 509167a commit 2228e84

24 files changed

+41
-19
lines changed

DaoGenerator/src-template/entity.ftl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ import ${additionalImport};
5656
<#else>
5757
// THIS CODE IS GENERATED BY greenDAO, DO NOT EDIT. Enable "keep" sections if you want to edit.
5858
</#if>
59-
<#if entity.javaDoc ??>
6059

60+
<#if entity.javaDoc ??>
6161
${entity.javaDoc}
6262
<#else>
6363
/**

tests/DaoTest/src/test/java/org/greenrobot/greendao/unittest/MinimalEntity.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
import org.greenrobot.greendao.annotation.*;
44

5-
// THIS CODE IS GENERATED BY greenDAO, DO NOT EDIT. Enable "keep" sections if you want to edit.
5+
// THIS CODE IS GENERATED BY greenDAO, DO NOT EDIT. Enable "keep" sections if you want to edit.
6+
67
/**
78
* Entity mapped to table "MINIMAL_ENTITY".
89
*/

tests/DaoTestBase/src/main/java/org/greenrobot/greendao/daotest/AbcdefEntity.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
import org.greenrobot.greendao.annotation.*;
44

5-
// THIS CODE IS GENERATED BY greenDAO, DO NOT EDIT. Enable "keep" sections if you want to edit.
5+
// THIS CODE IS GENERATED BY greenDAO, DO NOT EDIT. Enable "keep" sections if you want to edit.
6+
67
/**
78
* Entity mapped to table "ABCDEF_ENTITY".
89
*/

tests/DaoTestBase/src/main/java/org/greenrobot/greendao/daotest/AnActiveEntity.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
import org.greenrobot.greendao.daotest.DaoSession;
66
import org.greenrobot.greendao.DaoException;
77

8-
// THIS CODE IS GENERATED BY greenDAO, DO NOT EDIT. Enable "keep" sections if you want to edit.
8+
// THIS CODE IS GENERATED BY greenDAO, DO NOT EDIT. Enable "keep" sections if you want to edit.
9+
910
/**
1011
* Entity mapped to table "AN_ACTIVE_ENTITY".
1112
*/

tests/DaoTestBase/src/main/java/org/greenrobot/greendao/daotest/AutoincrementEntity.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
import org.greenrobot.greendao.annotation.*;
44

5-
// THIS CODE IS GENERATED BY greenDAO, DO NOT EDIT. Enable "keep" sections if you want to edit.
5+
// THIS CODE IS GENERATED BY greenDAO, DO NOT EDIT. Enable "keep" sections if you want to edit.
6+
67
/**
78
* Entity mapped to table "AUTOINCREMENT_ENTITY".
89
*/

tests/DaoTestBase/src/main/java/org/greenrobot/greendao/daotest/CustomTypeEntity.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
import org.greenrobot.greendao.daotest.customtype.MyTimestamp;
66

7-
// THIS CODE IS GENERATED BY greenDAO, DO NOT EDIT. Enable "keep" sections if you want to edit.
7+
// THIS CODE IS GENERATED BY greenDAO, DO NOT EDIT. Enable "keep" sections if you want to edit.
8+
89
/**
910
* Entity mapped to table "CUSTOM_TYPE_ENTITY".
1011
*/

tests/DaoTestBase/src/main/java/org/greenrobot/greendao/daotest/DateEntity.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
import java.lang.String;
66

7-
// THIS CODE IS GENERATED BY greenDAO, DO NOT EDIT. Enable "keep" sections if you want to edit.
7+
// THIS CODE IS GENERATED BY greenDAO, DO NOT EDIT. Enable "keep" sections if you want to edit.
8+
89
/**
910
* Entity mapped to table "DATE_ENTITY".
1011
*/

tests/DaoTestBase/src/main/java/org/greenrobot/greendao/daotest/ExtendsImplementsEntity.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
import org.greenrobot.greendao.annotation.*;
44

5-
// THIS CODE IS GENERATED BY greenDAO, DO NOT EDIT. Enable "keep" sections if you want to edit.
5+
// THIS CODE IS GENERATED BY greenDAO, DO NOT EDIT. Enable "keep" sections if you want to edit.
6+
67
/**
78
* Entity mapped to table "EXTENDS_IMPLEMENTS_ENTITY".
89
*/

tests/DaoTestBase/src/main/java/org/greenrobot/greendao/daotest/IndexedStringEntity.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
import org.greenrobot.greendao.annotation.*;
44

5-
// THIS CODE IS GENERATED BY greenDAO, DO NOT EDIT. Enable "keep" sections if you want to edit.
5+
// THIS CODE IS GENERATED BY greenDAO, DO NOT EDIT. Enable "keep" sections if you want to edit.
6+
67
/**
78
* Entity mapped to table "INDEXED_STRING_ENTITY".
89
*/

tests/DaoTestBase/src/main/java/org/greenrobot/greendao/daotest/JoinManyToDateEntity.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
import org.greenrobot.greendao.annotation.*;
44

5-
// THIS CODE IS GENERATED BY greenDAO, DO NOT EDIT. Enable "keep" sections if you want to edit.
5+
// THIS CODE IS GENERATED BY greenDAO, DO NOT EDIT. Enable "keep" sections if you want to edit.
6+
67
/**
78
* Entity mapped to table "JOIN_MANY_TO_DATE_ENTITY".
89
*/

0 commit comments

Comments
 (0)