Added ifdef for TARGET_JVM.
[mono.git] / mcs / class / Novell.Directory.Ldap / Novell.Directory.Ldap.Asn1 / LBERDecoder.cs
index 609782c88195e2a9c67d86359d74fa309e1e5436..f8ec47a70ec44c338827ca1516a8e0c2a0ca83d7 100644 (file)
@@ -67,7 +67,9 @@ namespace Novell.Directory.Ldap.Asn1
        /// Canonical, and Distinguished Encoding Rules", 1994.
        /// 
        /// </summary>
+#if !TARGET_JVM 
        [CLSCompliantAttribute(true)]
+#endif
        public class LBERDecoder : Asn1Decoder
        {
                public LBERDecoder()