Skip to content

Commit 1c25457

Browse files
committed
Fix the default value of the "doma.entity.field.prefix" option
#385 was not enought to change the default value.
1 parent 4f4e201 commit 1c25457

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)