Fixed javadoc
This commit is contained in:
parent
5aa7f245ad
commit
acf64b8acc
|
@ -95,7 +95,7 @@ public abstract class EntityManagement<E extends Entity, ET extends EntityType>
|
|||
* charactering it must be removed.
|
||||
*
|
||||
* 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
|
||||
* do not honour the propagation constraints.
|
||||
*/
|
||||
|
|
|
@ -94,7 +94,7 @@ public abstract class RelationManagement<T extends EntityManagement<? extends En
|
|||
* charactering it must be removed.
|
||||
*
|
||||
* 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
|
||||
* do not honour the propagation constraints.
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue