X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=unused%2Fcom%2Fstevesoft%2Fpat%2FMultiMin.java;fp=unused%2Fcom%2Fstevesoft%2Fpat%2FMultiMin.java;h=fad25587961e08837cba83549c53bec9d6e3f737;hb=6319110ce33faa76ee6cf9832e78faa224510fed;hp=6054e06ef3c668c61e8319042ec91f1eeb02fcf7;hpb=7301a2415adab88038b291fc54caeeb3a5a47a44;p=jalviewjs.git diff --git a/unused/com/stevesoft/pat/MultiMin.java b/unused/com/stevesoft/pat/MultiMin.java index 6054e06..fad2558 100644 --- a/unused/com/stevesoft/pat/MultiMin.java +++ b/unused/com/stevesoft/pat/MultiMin.java @@ -1,21 +1,21 @@ -// -// 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 extension of multi is the version of multi which wants to match the - * fewest number of characters. It implements the *? type of syntax. - */ -class MultiMin extends Multi -{ - MultiMin(patInt i1, patInt i2, Pattern p) throws RegSyntax - { - super(i1, i2, p); - matchFewest = true; - } -}; +// +// 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 extension of multi is the version of multi which wants to match the + * fewest number of characters. It implements the *? type of syntax. + */ +class MultiMin extends Multi +{ + MultiMin(patInt i1, patInt i2, Pattern p) throws RegSyntax + { + super(i1, i2, p); + matchFewest = true; + } +};