X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fcom%2Fstevesoft%2Fpat%2FPopRule.java;fp=src%2Fcom%2Fstevesoft%2Fpat%2FPopRule.java;h=4a17ab8a69a6d81d714e8586d54e4b94b6213776;hb=506d60f0e188723ddc91c26824b41ac7034df3fe;hp=c8622f3690b0289c08d5eeb6ae8f3aeab6c9824b;hpb=60f2d6c034560415fd0139c8bc7df0c19cae1186;p=jalview.git diff --git a/src/com/stevesoft/pat/PopRule.java b/src/com/stevesoft/pat/PopRule.java index c8622f3..4a17ab8 100755 --- a/src/com/stevesoft/pat/PopRule.java +++ b/src/com/stevesoft/pat/PopRule.java @@ -1,23 +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}"; + } +}