Formatting
[jalview.git] / src / com / stevesoft / pat / PopRule.java
index 1428edb..c8622f3 100755 (executable)
@@ -8,9 +8,16 @@
 package com.stevesoft.pat;\r
 \r
 /** Implements substitution rule $POP. See the example\r
-  * file <a href="http://javaregex.com/code/trans3.java.html">trans3.html</a>.\r
-  */\r
-public class PopRule extends SpecialRule {\r
-    public PopRule() {}\r
-    public String toString1() { return "${POP}"; }\r
+ * file <a href="http://javaregex.com/code/trans3.java.html">trans3.html</a>.\r
+ */\r
+public class PopRule\r
+    extends SpecialRule\r
+{\r
+  public PopRule()\r
+  {}\r
+\r
+  public String toString1()\r
+  {\r
+    return "${POP}";\r
+  }\r
 }\r