Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2010-03-29 19:42:45 +0000
committerJohn Arthorne2010-03-29 19:42:45 +0000
commit5dd27cd48f88c8c2913e55e3997b16b58c940c4f (patch)
treecb0c8cab1251d0729e7e5f3002937f29dd26778f /bundles
parent9e2436b27a7e87bd8c9b960eca15bf88ae931119 (diff)
downloadrt.equinox.p2-5dd27cd48f88c8c2913e55e3997b16b58c940c4f.tar.gz
rt.equinox.p2-5dd27cd48f88c8c2913e55e3997b16b58c940c4f.tar.xz
rt.equinox.p2-5dd27cd48f88c8c2913e55e3997b16b58c940c4f.zip
Updated class comment
Diffstat (limited to 'bundles')
-rw-r--r--bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/internal/p2/engine/Engine.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/internal/p2/engine/Engine.java b/bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/internal/p2/engine/Engine.java
index ae5be5835..9536fdba3 100644
--- a/bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/internal/p2/engine/Engine.java
+++ b/bundles/org.eclipse.equinox.p2.engine/src/org/eclipse/equinox/internal/p2/engine/Engine.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2007, 2009 IBM Corporation and others.
+ * Copyright (c) 2007, 2010 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -17,7 +17,7 @@ import org.eclipse.equinox.p2.core.IProvisioningAgent;
import org.eclipse.equinox.p2.engine.*;
/**
- * TODO Move concrete class to non-API package
+ * Concrete implementation of the {@link IEngine} API.
*/
public class Engine implements IEngine {

Back to the top