Skip to content

Commit 7f804fd

Browse files
committed
fix: update after code review
1 parent 17c5ef7 commit 7f804fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/flamingock-core-api/src/main/java/io/flamingock/api/annotations/EnableFlamingock.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@
213213
/**
214214
* If true, the annotation processor will validate that all code-based changes
215215
* (classes annotated with @Change) are mapped to some stage. When unmapped changes
216-
* are found and this flag is true, a RuntimeException is thrown at compilation time. Default is true.
216+
* are found and this flag is true**(default)**, a RuntimeException is thrown at compilation time.
217217
* When false, only a warning is emitted.
218218
*/
219219
boolean strictStageMapping() default true;

0 commit comments

Comments
 (0)