Clean up some static initializers
[mono.git] / mcs / class / corlib / System.Text / UTF32Encoding.cs
index 3761ecf41a6b7c66bb691d1cefe95858efd7f264..16413e8ad578a703c747aabed5bd206b6c0e0c2c 100644 (file)
@@ -316,7 +316,7 @@ public sealed class UTF32Encoding : Encoding
                        return preamble;
                }
                
-               return empty;
+               return EmptyArray<byte>.Value;
        }
 
        // Determine if this object is equal to another.