Skip to content

Commit 2f5fd74

Browse files
authored
Merge pull request #389 from domaframework/fix-default-value
Fix the default value of the "doma.entity.field.prefix" option
2 parents 4f4e201 + 1c25457 commit 2f5fd74

File tree

1 file changed

+1
-1
lines changed
  • doma-processor/src/main/java/org/seasar/doma/internal/apt

1 file changed

+1
-1
lines changed

doma-processor/src/main/java/org/seasar/doma/internal/apt/Options.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ public static class Constants {
192192

193193
public static final String DEFAULT_DAO_SUFFIX = "Impl";
194194

195-
public static final String DEFAULT_ENTITY_FIELD_PREFIX = "none";
195+
public static final String DEFAULT_ENTITY_FIELD_PREFIX = "";
196196

197197
public static final String DEFAULT_CONFIG_PATH = "doma.compile.config";
198198

0 commit comments

Comments
 (0)