merge from 2_4_Release branch
[jalview.git] / src / com / stevesoft / pat / NotImplementedError.java
index 246ecad..11ce9eb 100755 (executable)
@@ -1,17 +1,16 @@
-package //\r
-// This software is now distributed according to\r
-// the Lesser Gnu Public License.  Please see\r
-// http://www.gnu.org/copyleft/lesser.txt for\r
-// the details.\r
-//    -- Happy Computing!\r
-//\r
-    com.stevesoft.pat;\r
-\r
-public class NotImplementedError\r
-    extends Error\r
-{\r
-  public NotImplementedError(String s)\r
-  {\r
-    super(s);\r
-  }\r
-}\r
+package //
+// This software is now distributed according to
+// the Lesser Gnu Public License.  Please see
+// http://www.gnu.org/copyleft/lesser.txt for
+// the details.
+//    -- Happy Computing!
+//
+com.stevesoft.pat;
+
+public class NotImplementedError extends Error
+{
+  public NotImplementedError(String s)
+  {
+    super(s);
+  }
+}