Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Arthorne2010-03-04 18:13:27 +0000
committerJohn Arthorne2010-03-04 18:13:27 +0000
commitc355fedcfcd46394dd8806e567883b170b9fedbd (patch)
treed10b09492c6a02726c9dc35587d39e1bb675d081 /bundles/org.eclipse.equinox.p2.ui.sdk.scheduler
parent69ad901e65a90c2295b5061791ba57bea0796f04 (diff)
downloadrt.equinox.p2-c355fedcfcd46394dd8806e567883b170b9fedbd.tar.gz
rt.equinox.p2-c355fedcfcd46394dd8806e567883b170b9fedbd.tar.xz
rt.equinox.p2-c355fedcfcd46394dd8806e567883b170b9fedbd.zip
organize imports and update copyrights
Diffstat (limited to 'bundles/org.eclipse.equinox.p2.ui.sdk.scheduler')
-rw-r--r--bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/src/org/eclipse/equinox/internal/p2/ui/sdk/scheduler/AutomaticUpdater.java4
1 files changed, 1 insertions, 3 deletions
diff --git a/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/src/org/eclipse/equinox/internal/p2/ui/sdk/scheduler/AutomaticUpdater.java b/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/src/org/eclipse/equinox/internal/p2/ui/sdk/scheduler/AutomaticUpdater.java
index 131e11858..c205f8b0d 100644
--- a/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/src/org/eclipse/equinox/internal/p2/ui/sdk/scheduler/AutomaticUpdater.java
+++ b/bundles/org.eclipse.equinox.p2.ui.sdk.scheduler/src/org/eclipse/equinox/internal/p2/ui/sdk/scheduler/AutomaticUpdater.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2008, 2009 IBM Corporation and others.
+ * Copyright (c) 2008, 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
@@ -11,8 +11,6 @@
*******************************************************************************/
package org.eclipse.equinox.internal.p2.ui.sdk.scheduler;
-import org.eclipse.equinox.p2.engine.IProfileEvent;
-
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.util.*;

Back to the top