Added ifdef for TARGET_JVM.
[mono.git] / mcs / class / Novell.Directory.Ldap / Novell.Directory.Ldap.Asn1 / Asn1SetOf.cs
old mode 100755 (executable)
new mode 100644 (file)
index a31455e..230358e
@@ -38,7 +38,9 @@ namespace Novell.Directory.Ldap.Asn1
        /// identical type. This class inherits from the Asn1Structured class
        /// which already provides functionality to hold multiple Asn1 components.
        /// </summary>
+#if !TARGET_JVM 
        [CLSCompliantAttribute(true)]
+#endif
        public class Asn1SetOf:Asn1Structured
        {