X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fcom%2Fstevesoft%2Fpat%2FPopRule.java;h=4a17ab8a69a6d81d714e8586d54e4b94b6213776;hb=refs%2Fheads%2Fmerges%2FJAL-2906_update2_11_from_2_10_4;hp=1428edbfcd2a36571dde15cc5a33ae75b472d94f;hpb=c40cf903f740a72ab63dd1abc10fa33450ce660d;p=jalview.git diff --git a/src/com/stevesoft/pat/PopRule.java b/src/com/stevesoft/pat/PopRule.java index 1428edb..4a17ab8 100755 --- a/src/com/stevesoft/pat/PopRule.java +++ b/src/com/stevesoft/pat/PopRule.java @@ -1,16 +1,24 @@ -// -// 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; - -/** Implements substitution rule $POP. See the example - * file trans3.html. - */ -public class PopRule extends SpecialRule { - public PopRule() {} - public String toString1() { return "${POP}"; } -} +// +// 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; + +/** + * Implements substitution rule $POP. See the example file trans3.html. + */ +public class PopRule extends SpecialRule +{ + public PopRule() + { + } + + public String toString1() + { + return "${POP}"; + } +}