Skip to content

Commit ade4210

Browse files
authored
Fix documentation — FlushModeType default value is COMMIT, not AUTO (#1702)
1 parent 10f5ab2 commit ade4210

File tree

1 file changed

+1
-1
lines changed
  • grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core

1 file changed

+1
-1
lines changed

grails-datastore-core/src/main/groovy/org/grails/datastore/mapping/core/Session.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public interface Session extends QueryCreator {
161161
boolean contains(Object o);
162162

163163
/**
164-
* The flush mode, defaults to FlushModeType.AUTO
164+
* The flush mode, defaults to FlushModeType.COMMIT
165165
*
166166
* @param flushMode The FlushModeType
167167
*/

0 commit comments

Comments
 (0)