X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Farchaeopteryx%2FArchaeopteryx.java;h=b9bdcb84f5706092b0161c65dc1e720d9dcdd5f6;hb=0f295917c869b17a9322af3e738e3527ba9b31d4;hp=7d7b9ec8bccbd7fee713f5982759fa43b71ef2df;hpb=ccf4c584032d16ed0ed8d0678f01305887724f96;p=jalview.git diff --git a/forester/java/src/org/forester/archaeopteryx/Archaeopteryx.java b/forester/java/src/org/forester/archaeopteryx/Archaeopteryx.java index 7d7b9ec..b9bdcb8 100644 --- a/forester/java/src/org/forester/archaeopteryx/Archaeopteryx.java +++ b/forester/java/src/org/forester/archaeopteryx/Archaeopteryx.java @@ -35,7 +35,7 @@ import org.forester.phylogeny.Phylogeny; import org.forester.phylogeny.factories.ParserBasedPhylogenyFactory; import org.forester.util.ForesterUtil; -// +// // java -javaagent:shiftone-jrat.jar -cp // $HOME/SOFTWARE_DEV/ECLIPSE_WORKSPACE/forester-atv/java/forester.jar:. // org.forester.archaeopteryx.Archaeopteryx @@ -160,7 +160,9 @@ public final class Archaeopteryx { } else { MainFrameApplication.createInstance( ParserBasedPhylogenyFactory.getInstance() - .create( s, new PhyloXmlParser() ), conf, title ); + .create( s, new PhyloXmlParser() ), + conf, + title ); } } // catch ( final IOException ex ) {