X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Fphylogeny%2Fdata%2FPhylogenyData.java;h=f94a2b904417bb5ecb19d2ff25212ed0d043b527;hb=c31fca8b235625db6186410c2244ffcef10efa1c;hp=2db9364abbcb20b57a1a869e2938f93125324994;hpb=656be28debec520e0e35a8b311114398a40ea366;p=jalview.git diff --git a/forester/java/src/org/forester/phylogeny/data/PhylogenyData.java b/forester/java/src/org/forester/phylogeny/data/PhylogenyData.java index 2db9364..f94a2b9 100644 --- a/forester/java/src/org/forester/phylogeny/data/PhylogenyData.java +++ b/forester/java/src/org/forester/phylogeny/data/PhylogenyData.java @@ -41,8 +41,8 @@ public interface PhylogenyData { * Creates a new PhylogenyData object with identical values as this * PhylogenyData. * This ~should~ return a deep copy, but not there yet. - * - * + * + * * @return a ~deep~ copy of this PhylogenyData */ public PhylogenyData copy(); @@ -50,7 +50,7 @@ public interface PhylogenyData { /** * Compares this PhylogenyData to PhylogenyData data. In general, this * should return true if and only if all fiels are exactly identical. - * + * * @param PhylogenyData * the PhylogenyData to compare to * @return in general, true if and only if all fiels are exactly identical, @@ -62,11 +62,11 @@ public interface PhylogenyData { /** * Writes a phyloXML representation of this phylogeny data. - * + * * @param writer * @param level * @param indentation - * @throws IOException + * @throws IOException */ public void toPhyloXML( final Writer writer, final int level, final String indentation ) throws IOException; } \ No newline at end of file