Merge branch 'develop' into task/JAL-3796_notarization
[jalview.git] / src / org / jibble / epsgraphics / EpsDocument.java
old mode 100755 (executable)
new mode 100644 (file)
index ccfbcca..4a58098
@@ -1,6 +1,6 @@
 /*
- * Jalview - A Sequence Alignment Editor and Viewer (Version 2.9.0b2)
- * Copyright (C) 2015 The Jalview Authors
+ * Jalview - A Sequence Alignment Editor and Viewer ($$Version-Rel$$)
+ * Copyright (C) $$Year-Rel$$ The Jalview Authors
  * 
  * This file is part of Jalview.
  * 
@@ -20,8 +20,6 @@
  */
 package org.jibble.epsgraphics;
 
-import jalview.util.MessageManager;
-
 import java.io.BufferedWriter;
 import java.io.IOException;
 import java.io.OutputStream;
@@ -164,9 +162,7 @@ public class EpsDocument
       _bufferedWriter.write(line + "\n");
     } catch (IOException e)
     {
-      throw new EpsException(MessageManager.formatMessage(
-              "exception.eps_coudnt_write_output_file",
-              new String[] { e.getMessage() }));
+      throw new EpsException("Could not write to the output file: " + e);
     }
   }