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:
authorlauzond2005-03-24 00:07:43 +0000
committerlauzond2005-03-24 00:07:43 +0000
commitd9b0b7e43ca9b1969d9048ea3016f9b1b5731526 (patch)
treea1d46398dc1a74f18267e9e7a92bef9c81700837 /bundles/org.eclipse.wst.wsi/wsitools/org/eclipse/wst/wsi/internal/profile/validator/impl/wsdl/WSI2108.java
parenta9f84a9ac6885a60e65300c78512703f1fc78b8a (diff)
downloadwebtools.webservices-d9b0b7e43ca9b1969d9048ea3016f9b1b5731526.tar.gz
webtools.webservices-d9b0b7e43ca9b1969d9048ea3016f9b1b5731526.tar.xz
webtools.webservices-d9b0b7e43ca9b1969d9048ea3016f9b1b5731526.zip
[Bug 88955] Check in initial WSI contribution
Diffstat (limited to 'bundles/org.eclipse.wst.wsi/wsitools/org/eclipse/wst/wsi/internal/profile/validator/impl/wsdl/WSI2108.java')
-rw-r--r--bundles/org.eclipse.wst.wsi/wsitools/org/eclipse/wst/wsi/internal/profile/validator/impl/wsdl/WSI2108.java26
1 files changed, 26 insertions, 0 deletions
diff --git a/bundles/org.eclipse.wst.wsi/wsitools/org/eclipse/wst/wsi/internal/profile/validator/impl/wsdl/WSI2108.java b/bundles/org.eclipse.wst.wsi/wsitools/org/eclipse/wst/wsi/internal/profile/validator/impl/wsdl/WSI2108.java
new file mode 100644
index 000000000..6c206bb6a
--- /dev/null
+++ b/bundles/org.eclipse.wst.wsi/wsitools/org/eclipse/wst/wsi/internal/profile/validator/impl/wsdl/WSI2108.java
@@ -0,0 +1,26 @@
+/*******************************************************************************
+ * Copyright (c) 2002-2005 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
+ * http://www.eclipse.org/legal/epl-v10.html
+ *
+ * Contributors:
+ * IBM - Initial API and implementation
+ *******************************************************************************/
+package org.eclipse.wst.wsi.internal.profile.validator.impl.wsdl;
+
+/**
+ * WSI2108
+ */
+public class WSI2108 extends BP2108
+{
+
+ /**
+ * @param WSDLValidatorImpl
+ */
+ public WSI2108(WSDLValidatorImpl impl)
+ {
+ super(impl);
+ }
+} \ No newline at end of file

Back to the top