Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2011-02-09 13:32:14 +0000
committerThomas Watson2011-02-09 13:32:14 +0000
commita6fb28a757667947aa9f423f8e54b995a90f8d67 (patch)
treea9dfcd1ea6d641d678e92f9f4fdeb4d479e877d9
parent5e9ba2bbd1d0ee7e409aef61ee195a562b8226f6 (diff)
downloadrt.equinox.bundles-a6fb28a757667947aa9f423f8e54b995a90f8d67.tar.gz
rt.equinox.bundles-a6fb28a757667947aa9f423f8e54b995a90f8d67.tar.xz
rt.equinox.bundles-a6fb28a757667947aa9f423f8e54b995a90f8d67.zip
Bug 336664 - IApplication Javadocv20110214
-rwxr-xr-xbundles/org.eclipse.equinox.app/src/org/eclipse/equinox/app/IApplication.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/app/IApplication.java b/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/app/IApplication.java
index cfea0f583..78fb61f65 100755
--- a/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/app/IApplication.java
+++ b/bundles/org.eclipse.equinox.app/src/org/eclipse/equinox/app/IApplication.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2005, 2010 IBM Corporation and others.
+ * Copyright (c) 2005, 2011 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
@@ -14,7 +14,7 @@ package org.eclipse.equinox.app;
/**
* Bootstrap type for an application. An IApplication represent executable
* entry points into an application. An IApplication can be configured into
- * the Platform's <code>org.eclipse.equinox.applications</code> extension-point.
+ * the Platform's <code>org.eclipse.core.runtime.applications</code> extension-point.
*
* <p>
* Clients may implement this interface.

Back to the top