first cut of merge of STABLE-pre1_0 into HEAD. I won't even guarantee that it
[mir.git] / source / mir / misc / MpRequest.java
index fc191e2..4bd9019 100755 (executable)
@@ -11,7 +11,8 @@ public class MpRequest{
   String fileName=null;
   String fileContentType=null;
   
-  public MpRequest(byte[] i_uploadData, String i_fileName, String i_contentType){
+  public MpRequest(byte[] i_uploadData, String i_fileName,
+                   String i_contentType){
     setFilename(i_fileName);
     setContentType(i_contentType);
     setMedia(i_uploadData);