X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=unused%2Fcom%2Fstevesoft%2Fpat%2FPopRule.java;fp=unused%2Fcom%2Fstevesoft%2Fpat%2FPopRule.java;h=8ce0610890782cdc521c17b39c28fce864e7a515;hb=6319110ce33faa76ee6cf9832e78faa224510fed;hp=4a17ab8a69a6d81d714e8586d54e4b94b6213776;hpb=7301a2415adab88038b291fc54caeeb3a5a47a44;p=jalviewjs.git diff --git a/unused/com/stevesoft/pat/PopRule.java b/unused/com/stevesoft/pat/PopRule.java index 4a17ab8..8ce0610 100644 --- a/unused/com/stevesoft/pat/PopRule.java +++ b/unused/com/stevesoft/pat/PopRule.java @@ -1,24 +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}"; + } +}