Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornitind2009-04-22 06:06:36 +0000
committernitind2009-04-22 06:06:36 +0000
commitf10c435c960fbbc0de56e19a643b569e4ed15598 (patch)
treeef03968ec9f30fd0da22d737455a96befd416c83
parent1d5055bd5fdca710aa49fa1c52ad4073606c25ce (diff)
downloadwebtools.sourceediting-f10c435c960fbbc0de56e19a643b569e4ed15598.tar.gz
webtools.sourceediting-f10c435c960fbbc0de56e19a643b569e4ed15598.tar.xz
webtools.sourceediting-f10c435c960fbbc0de56e19a643b569e4ed15598.zip
[nobug] cleanup
-rw-r--r--bundles/org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/javascript/CompilationUnitHelper.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundles/org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/javascript/CompilationUnitHelper.java b/bundles/org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/javascript/CompilationUnitHelper.java
index 5ed0011183..404177405b 100644
--- a/bundles/org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/javascript/CompilationUnitHelper.java
+++ b/bundles/org.eclipse.wst.jsdt.web.core/src/org/eclipse/wst/jsdt/web/core/javascript/CompilationUnitHelper.java
@@ -54,7 +54,7 @@ public class CompilationUnitHelper {
fWorkingCopyOwner = new WorkingCopyOwner() {
public String toString() {
- return "JSP Working copy owner"; //$NON-NLS-1$
+ return "Client Script Working copy owner"; //$NON-NLS-1$
}
};
}

Back to the top