X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=forester%2Fjava%2Fsrc%2Forg%2Fforester%2Fsurfacing%2FDomainCountsDifferenceUtil.java;h=e172659ce12bb15872e519c3460116c04ee6de5a;hb=eae9b4d545845ccc94c1465c1664086b22188ad1;hp=2a18c9ccd226c223c9ad595561f95b6f62c6718b;hpb=08a92c65e8b969a3ce2a4b511055cd6029357831;p=jalview.git diff --git a/forester/java/src/org/forester/surfacing/DomainCountsDifferenceUtil.java b/forester/java/src/org/forester/surfacing/DomainCountsDifferenceUtil.java index 2a18c9c..e172659 100644 --- a/forester/java/src/org/forester/surfacing/DomainCountsDifferenceUtil.java +++ b/forester/java/src/org/forester/surfacing/DomainCountsDifferenceUtil.java @@ -542,7 +542,7 @@ public final class DomainCountsDifferenceUtil { int counter = 0; int total_absense_counter = 0; int not_total_absense_counter = 0; - SurfacingUtil.addHtmlHead( html_writer, "Binary Domain Combination Copy Differences" ); + SurfacingUtil.writeHtmlHead( html_writer, "Binary Domain Combination Copy Differences" ); html_writer.write( "" ); for( final BinaryDomainCombination bdc : all_bdcs ) { if ( ( high_copy_base_values.get( bdc ) > 0 ) && ( high_copy_target_values.get( bdc ) > 0 ) @@ -666,7 +666,7 @@ public final class DomainCountsDifferenceUtil { int counter = 0; int total_absense_counter = 0; int not_total_absense_counter = 0; - SurfacingUtil.addHtmlHead( html_writer, "Domain Copy Differences" ); + SurfacingUtil.writeHtmlHead( html_writer, "Domain Copy Differences" ); html_writer.write( "
" ); for( final String domain_id : all_domains ) { if ( ( high_copy_base_values.get( domain_id ) > 0 ) && ( high_copy_target_values.get( domain_id ) > 0 )