[System]: Fix System.IO.Compression.CompressionLevel enum.
authorMartin Baulig <martin.baulig@xamarin.com>
Tue, 1 Oct 2013 16:48:00 +0000 (12:48 -0400)
committerMartin Baulig <martin.baulig@xamarin.com>
Tue, 1 Oct 2013 16:48:57 +0000 (12:48 -0400)
mcs/class/System/System.IO.Compression/CompressionLevel.cs

index 7ea3a7a49f776cdf1100a0675c929d9f5ed2ef68..2242c19cf589f8603b219037d45e524f953fbaf5 100644 (file)
@@ -27,7 +27,7 @@
 #if NET_4_5
 namespace System.IO.Compression {
        public enum CompressionLevel {
-               Optional,
+               Optimal,
                Fastest,
                NoCompression
        }