X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=unused%2Fcom%2Fstevesoft%2Fpat%2FPatternSub.java;h=315a4ddf193453e71d67ed5c0d17bbed492c0c82;hb=6319110ce33faa76ee6cf9832e78faa224510fed;hp=d790f4b39042c5265dc65e1eeb3b34eb598ab1f5;hpb=7301a2415adab88038b291fc54caeeb3a5a47a44;p=jalviewjs.git diff --git a/unused/com/stevesoft/pat/PatternSub.java b/unused/com/stevesoft/pat/PatternSub.java index d790f4b..315a4dd 100644 --- a/unused/com/stevesoft/pat/PatternSub.java +++ b/unused/com/stevesoft/pat/PatternSub.java @@ -1,16 +1,16 @@ -// -// 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; -} +// +// 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; +}