X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fcom%2Fstevesoft%2Fpat%2FpatInf.java;h=cbdbf9e615ab27f3b989f8b390512c24b5f5f46b;hb=4b2be7cd8c14e67cc347609199e25c7f09fda988;hp=09da207f0e9206c63cd3178f379cc2a03f5b79b0;hpb=c40cf903f740a72ab63dd1abc10fa33450ce660d;p=jalview.git diff --git a/src/com/stevesoft/pat/patInf.java b/src/com/stevesoft/pat/patInf.java index 09da207..cbdbf9e 100755 --- a/src/com/stevesoft/pat/patInf.java +++ b/src/com/stevesoft/pat/patInf.java @@ -1,12 +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; + } +};