From 7155ffe8d1648f9eea9bf02f9829b3f75f694fac Mon Sep 17 00:00:00 2001 From: Pascal Rapicault Date: Thu, 13 May 2010 13:06:37 +0000 Subject: Add javadoc 309530 - [planner] Planner modifies incoming profile change request with strange properties --- .../src/org/eclipse/equinox/p2/planner/IProfileChangeRequest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bundles/org.eclipse.equinox.p2.director/src/org/eclipse/equinox/p2/planner/IProfileChangeRequest.java b/bundles/org.eclipse.equinox.p2.director/src/org/eclipse/equinox/p2/planner/IProfileChangeRequest.java index af3f2dab1..ecb953e97 100644 --- a/bundles/org.eclipse.equinox.p2.director/src/org/eclipse/equinox/p2/planner/IProfileChangeRequest.java +++ b/bundles/org.eclipse.equinox.p2.director/src/org/eclipse/equinox/p2/planner/IProfileChangeRequest.java @@ -21,6 +21,8 @@ import org.eclipse.equinox.p2.metadata.IRequirement; * {@link IPlanner}, which validates which of the requested changes can be * performed, and what other changes are required in order to make the profile * state consistent. + * + * It is important to note that a change request can only be submitted once to the planner. * * @noimplement This interface is not intended to be implemented by clients. * @noextend This interface is not intended to be extended by clients. -- cgit v1.2.3