X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fcom%2Fstevesoft%2Fpat%2FUniValidator.java;h=31ae2728af1e2c3ed62e7e0c5a37e9a5a52bea9b;hb=37b210ecad3c132b87c525f84e3b754a4edf12a6;hp=4d86074ce042e7d8a93287ef51cf047740d0e82d;hpb=7bc226b58110fa26d9dbd3f0c78095d06909ffc3;p=jalview.git diff --git a/src/com/stevesoft/pat/UniValidator.java b/src/com/stevesoft/pat/UniValidator.java index 4d86074..31ae272 100755 --- a/src/com/stevesoft/pat/UniValidator.java +++ b/src/com/stevesoft/pat/UniValidator.java @@ -1,25 +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); + } +}