X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=unused%2Fcom%2Fstevesoft%2Fpat%2FUniValidator.java;fp=unused%2Fcom%2Fstevesoft%2Fpat%2FUniValidator.java;h=f7a022ac2d55b4dc361de8b318119df33915ab1e;hb=6319110ce33faa76ee6cf9832e78faa224510fed;hp=31ae2728af1e2c3ed62e7e0c5a37e9a5a52bea9b;hpb=7301a2415adab88038b291fc54caeeb3a5a47a44;p=jalviewjs.git diff --git a/unused/com/stevesoft/pat/UniValidator.java b/unused/com/stevesoft/pat/UniValidator.java index 31ae272..f7a022a 100644 --- a/unused/com/stevesoft/pat/UniValidator.java +++ b/unused/com/stevesoft/pat/UniValidator.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; - -/** - * This provides a base class for all the Unicode character matching rules. - */ -class UniValidator extends Validator -{ - public patInt minChars() - { - return new patInt(1); - } - - public patInt maxChars() - { - return new patInt(1); - } -} +// +// 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 provides a base class for all the Unicode character matching rules. + */ +class UniValidator extends Validator +{ + public patInt minChars() + { + return new patInt(1); + } + + public patInt maxChars() + { + return new patInt(1); + } +}