X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Fphylogeny%2Fdata%2FEvent.java;h=afccbcd7d22e78e2d6ab2aab2938b6380e7c27c3;hb=f507bf348ffed906d04bc76a614d6778d4cb5d64;hp=c362f7c4bf82e76b46fbda4183f4c6e849ef4b38;hpb=eee996a6476a1e3d84c07f8f690dcde3ff4b2ef5;p=jalview.git diff --git a/forester/java/src/org/forester/phylogeny/data/Event.java b/forester/java/src/org/forester/phylogeny/data/Event.java index c362f7c..afccbcd 100644 --- a/forester/java/src/org/forester/phylogeny/data/Event.java +++ b/forester/java/src/org/forester/phylogeny/data/Event.java @@ -21,7 +21,7 @@ // Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA // // Contact: phylosoft @ gmail . com -// WWW: www.phylosoft.org/forester +// WWW: https://sites.google.com/site/cmzmasek/home/software/forester package org.forester.phylogeny.data; @@ -216,7 +216,7 @@ public class Event implements PhylogenyData { /** * Returns true if this event contains one or more duplications events only - * + * * @return true if this event contains one or more duplications events only */ public boolean isDuplication() { @@ -250,7 +250,7 @@ public class Event implements PhylogenyData { /** * Returns true if this event contains one or more gene loss events only - * + * * @return true if this event contains one or more gene loss events only */ public boolean isGeneLoss() { @@ -267,7 +267,7 @@ public class Event implements PhylogenyData { /** * Returns true if this event contains one or more speciation events only - * + * * @return true if this event contains one or more speciation events only */ public boolean isSpeciation() { @@ -331,7 +331,7 @@ public class Event implements PhylogenyData { PhylogenyDataUtil.appendOpen( writer, PhyloXmlMapping.EVENTS ); if ( ( getEventType() != EventType.unassigned ) && ( getEventType() != EventType.mixed ) ) { PhylogenyDataUtil - .appendElement( writer, PhyloXmlMapping.EVENT_TYPE, getEventType().toString(), indentation ); + .appendElement( writer, PhyloXmlMapping.EVENT_TYPE, getEventType().toString(), indentation ); } if ( getNumberOfDuplications() > 0 ) { PhylogenyDataUtil.appendElement( writer,