Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Herrmann2010-04-02 03:29:32 +0000
committerStephan Herrmann2010-04-02 03:29:32 +0000
commite5d6be89e15a96492d4f4e9c63a2d2aa53f53492 (patch)
tree61fc9bff256de4278b57515af0df7bcb0a9d75d1 /org.eclipse.jdt.core/model/org/eclipse/jdt/core/compiler/CompilationParticipant.java
parent8cb8512b19883a3f28bbacdea5a1c04c9b1ff51e (diff)
downloadorg.eclipse.objectteams-e5d6be89e15a96492d4f4e9c63a2d2aa53f53492.tar.gz
org.eclipse.objectteams-e5d6be89e15a96492d4f4e9c63a2d2aa53f53492.tar.xz
org.eclipse.objectteams-e5d6be89e15a96492d4f4e9c63a2d2aa53f53492.zip
update jdt.core to v_A39 using patch from the corresponding update in old svn for 1.4.0
Diffstat (limited to 'org.eclipse.jdt.core/model/org/eclipse/jdt/core/compiler/CompilationParticipant.java')
-rw-r--r--org.eclipse.jdt.core/model/org/eclipse/jdt/core/compiler/CompilationParticipant.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.jdt.core/model/org/eclipse/jdt/core/compiler/CompilationParticipant.java b/org.eclipse.jdt.core/model/org/eclipse/jdt/core/compiler/CompilationParticipant.java
index d9c11d57a..a2aa85127 100644
--- a/org.eclipse.jdt.core/model/org/eclipse/jdt/core/compiler/CompilationParticipant.java
+++ b/org.eclipse.jdt.core/model/org/eclipse/jdt/core/compiler/CompilationParticipant.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2005, 2009 IBM Corporation and others.
+ * Copyright (c) 2005, 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 @@ package org.eclipse.jdt.core.compiler;
import org.eclipse.jdt.core.IJavaProject;
/**
- * A compilation participant is notified of events occuring during the compilation process.
+ * A compilation participant is notified of events occurring during the compilation process.
* The compilation process not only involves generating .class files (i.e. building), it also involves
* cleaning the output directory, reconciling a working copy, etc.
* So the notified events are the result of a build action, a clean action, a reconcile operation

Back to the top