Fixed javadoc

This commit is contained in:
Luca Frosini 2021-06-24 12:27:41 +02:00
parent 5aa7f245ad
commit acf64b8acc
2 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@ public abstract class EntityManagement<E extends Entity, ET extends EntityType>
* charactering it must be removed. * charactering it must be removed.
* *
* This option can also be used in conjunction with * This option can also be used in conjunction with
* {@link ElementManagement#dryRunContextSharing}=true. * {@link ElementManagement#dryRun}=true.
* This allow to simulate a sharing operation which requires * This allow to simulate a sharing operation which requires
* do not honour the propagation constraints. * do not honour the propagation constraints.
*/ */

View File

@ -94,7 +94,7 @@ public abstract class RelationManagement<T extends EntityManagement<? extends En
* charactering it must be removed. * charactering it must be removed.
* *
* This option can also be used in conjunction with * This option can also be used in conjunction with
* {@link ElementManagement#dryRunContextSharing}=true. * {@link ElementManagement#dryRun}=true.
* This allow to simulate a sharing operation which requires * This allow to simulate a sharing operation which requires
* do not honour the propagation constraints. * do not honour the propagation constraints.
*/ */