X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fcom%2Fstevesoft%2Fpat%2FpatInf.java;h=cbdbf9e615ab27f3b989f8b390512c24b5f5f46b;hb=56a55873956da91d4301cbab320c69873f2329ab;hp=28580e2cf83b8d3a8f143ea7e0478ad26f0c081e;hpb=7bc226b58110fa26d9dbd3f0c78095d06909ffc3;p=jalview.git diff --git a/src/com/stevesoft/pat/patInf.java b/src/com/stevesoft/pat/patInf.java index 28580e2..cbdbf9e 100755 --- a/src/com/stevesoft/pat/patInf.java +++ b/src/com/stevesoft/pat/patInf.java @@ -1,17 +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; - -final class patInf - extends patInt -{ - patInf() - { - inf = 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; + +final class patInf extends patInt +{ + patInf() + { + inf = true; + } +};