DATACMNS-1548 - Fix JavaDoc on AuditingHandler#setModifyOnCreation.

Original pull request: #397.
This commit is contained in:
Michael Simons
2019-06-24 10:14:16 +02:00
committed by Oliver Drotbohm
parent 7d5baebf35
commit 38b08f4e27

View File

@@ -101,8 +101,8 @@ public class AuditingHandler implements InitializingBean {
}
/**
* Set this to false if you want to treat entity creation as modification and thus set the current date as
* modification date, too. Defaults to {@code true}.
* Set this to true if you want to treat entity creation as modification and thus setting the current date as
* modification date during creation, too. Defaults to {@code true}.
*
* @param modifyOnCreation if modification information shall be set on creation, too
*/