Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2018-05-02 15:49:36 +0000
committerMickael Istria2018-05-02 15:49:36 +0000
commitf796d8f38384454f4b5aaeb889a5a940a45a0032 (patch)
tree46bea921ee5094e9034ca8996bf505b971247d87
parent8e83ec134968fa3a7661f56f3868305f91d07216 (diff)
downloadrt.equinox.p2-f796d8f38384454f4b5aaeb889a5a940a45a0032.tar.gz
rt.equinox.p2-f796d8f38384454f4b5aaeb889a5a940a45a0032.tar.xz
rt.equinox.p2-f796d8f38384454f4b5aaeb889a5a940a45a0032.zip
Translate comment from French to English
Change-Id: I21e7779bcfb7118ca6be1d48a8b7d16ed8aa7752 Signed-off-by: Mickael Istria <mistria@redhat.com>
-rw-r--r--bundles/org.eclipse.equinox.p2.director.app/src/org/eclipse/equinox/internal/p2/director/app/DirectorApplication.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.p2.director.app/src/org/eclipse/equinox/internal/p2/director/app/DirectorApplication.java b/bundles/org.eclipse.equinox.p2.director.app/src/org/eclipse/equinox/internal/p2/director/app/DirectorApplication.java
index a0ccd3d89..d58202541 100644
--- a/bundles/org.eclipse.equinox.p2.director.app/src/org/eclipse/equinox/internal/p2/director/app/DirectorApplication.java
+++ b/bundles/org.eclipse.equinox.p2.director.app/src/org/eclipse/equinox/internal/p2/director/app/DirectorApplication.java
@@ -589,7 +589,7 @@ public class DirectorApplication implements IApplication, ProvisioningListener {
return p2DataArea;
}
- //TODO Translate this into English: FAIRE QQCHE ICI POUR POSITIONNER p2 folder CORRECTEMENT
+ // Implement something here to position "p2 folder" correctly
private void initializeServices() throws CoreException {
BundleContext context = Activator.getContext();
ServiceReference<IProvisioningAgentProvider> agentProviderRef = context.getServiceReference(IProvisioningAgentProvider.class);

Back to the top