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=afd714c97b31fd789980bb5f713f72832b02c797;hpb=656be28debec520e0e35a8b311114398a40ea366;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 afd714c..afccbcd 100644 --- a/forester/java/src/org/forester/phylogeny/data/Event.java +++ b/forester/java/src/org/forester/phylogeny/data/Event.java @@ -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,