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:
authornitind2010-08-17 01:03:28 +0000
committernitind2010-08-17 01:03:28 +0000
commitb60badbfaf0d7340d4fec4db58666690b2041ac2 (patch)
treeb02528e8b853d87c3b667678245d220e382197ce /bundles/org.eclipse.jst.jsp.core
parent7e840166e0c3348086f16e8f5f11779107aeb316 (diff)
downloadwebtools.sourceediting-b60badbfaf0d7340d4fec4db58666690b2041ac2.tar.gz
webtools.sourceediting-b60badbfaf0d7340d4fec4db58666690b2041ac2.tar.xz
webtools.sourceediting-b60badbfaf0d7340d4fec4db58666690b2041ac2.zip
[nobug] doc & NLS
Diffstat (limited to 'bundles/org.eclipse.jst.jsp.core')
-rw-r--r--bundles/org.eclipse.jst.jsp.core/src/org/eclipse/jst/jsp/core/internal/contentmodel/tld/provisional/TLDElementDeclaration.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundles/org.eclipse.jst.jsp.core/src/org/eclipse/jst/jsp/core/internal/contentmodel/tld/provisional/TLDElementDeclaration.java b/bundles/org.eclipse.jst.jsp.core/src/org/eclipse/jst/jsp/core/internal/contentmodel/tld/provisional/TLDElementDeclaration.java
index 6ade714fd9..dd34980094 100644
--- a/bundles/org.eclipse.jst.jsp.core/src/org/eclipse/jst/jsp/core/internal/contentmodel/tld/provisional/TLDElementDeclaration.java
+++ b/bundles/org.eclipse.jst.jsp.core/src/org/eclipse/jst/jsp/core/internal/contentmodel/tld/provisional/TLDElementDeclaration.java
@@ -17,10 +17,10 @@ import org.eclipse.wst.xml.core.internal.contentmodel.CMElementDeclaration;
public interface TLDElementDeclaration extends CMElementDeclaration {
/**
- * Property stating weather the {@link CMElementDeclaration}
+ * Property stating whether the {@link CMElementDeclaration}
* is a library tag or not
*/
- String IS_LIBRARY_TAG = "isLibraryTag";
+ String IS_LIBRARY_TAG = "isLibraryTag"; //$NON-NLS-1$
String TAG_SOURCE = "Tag Definition Source"; //$NON-NLS-1$
String SOURCE_JSP_TLD = "JSP Tag Library Descriptor"; //$NON-NLS-1$

Back to the top