Skip to main content

This CGIT instance is deprecated, and repositories have been moved to Gitlab or Github. See the repository descriptions for specific locations.

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid_williams2006-03-23 04:57:28 +0000
committerdavid_williams2006-03-23 04:57:28 +0000
commit20d5226fa75dfbdf6330629d129e3788a53d6283 (patch)
treeb04b037d3fb6b1e552793177db4ca4a6ecfbf786 /bundles/org.eclipse.wst.wsi.ui/src/org/eclipse/wst/wsi/ui
parentb2d7f47621ec475b6a2bf344ca9c4107e54526c4 (diff)
downloadwebtools.webservices-20d5226fa75dfbdf6330629d129e3788a53d6283.tar.gz
webtools.webservices-20d5226fa75dfbdf6330629d129e3788a53d6283.tar.xz
webtools.webservices-20d5226fa75dfbdf6330629d129e3788a53d6283.zip
[132898] Many Java files have illegal UTF-8 characters in them
Diffstat (limited to 'bundles/org.eclipse.wst.wsi.ui/src/org/eclipse/wst/wsi/ui')
-rw-r--r--bundles/org.eclipse.wst.wsi.ui/src/org/eclipse/wst/wsi/ui/internal/Messages.java5
1 files changed, 2 insertions, 3 deletions
diff --git a/bundles/org.eclipse.wst.wsi.ui/src/org/eclipse/wst/wsi/ui/internal/Messages.java b/bundles/org.eclipse.wst.wsi.ui/src/org/eclipse/wst/wsi/ui/internal/Messages.java
index 8b20b3e66..3213fd546 100644
--- a/bundles/org.eclipse.wst.wsi.ui/src/org/eclipse/wst/wsi/ui/internal/Messages.java
+++ b/bundles/org.eclipse.wst.wsi.ui/src/org/eclipse/wst/wsi/ui/internal/Messages.java
@@ -3,15 +3,14 @@
* 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
- * http://www.eclipse.org/legal/epl-v10.html
- *
+ * http://www.eclipse.org/legal/epl-v10.html
* Contributors:
* IBM Corporation - Initial API and implementation
**********************************************************************/
package org.eclipse.wst.wsi.ui.internal;
import org.eclipse.osgi.util.NLS;
-
+
/**
* Translated messages.
*/

Back to the top