JAL-4307 View->Ligands submenu, implementation for Jmol and documentation
[jalview.git] / src / com / stevesoft / pat / PatternSub.java
index d88296b..d790f4b 100755 (executable)
@@ -1,15 +1,16 @@
-//\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
-package com.stevesoft.pat;\r
-\r
-/** This is simply a subclass of pattern that\r
-  * contains a sub pattern.\r
-  */\r
-abstract class PatternSub extends Pattern {\r
-    Pattern sub;\r
-}\r
+//
+// 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!
+//
+package com.stevesoft.pat;
+
+/**
+ * This is simply a subclass of pattern that contains a sub pattern.
+ */
+abstract class PatternSub extends Pattern
+{
+  Pattern sub;
+}