DATACMNS-1548 - Fix JavaDoc on AuditingHandler#setModifyOnCreation.
Original pull request: #397.
This commit is contained in:
committed by
Oliver Drotbohm
parent
bd08080977
commit
a7f4b61229
@@ -98,9 +98,9 @@ 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
|
||||
*/
|
||||
public void setModifyOnCreation(boolean modifyOnCreation) {
|
||||
|
||||
Reference in New Issue
Block a user