Trivial code cleanup

This commit is contained in:
Vhati 2013-08-24 03:45:07 -04:00
parent f9680d4cda
commit ef135052b3

View file

@ -151,7 +151,7 @@ public class ModUtilities {
StringBuilder buf = new StringBuilder( srcText.length() +100+ dstText.length() ); StringBuilder buf = new StringBuilder( srcText.length() +100+ dstText.length() );
buf.append( "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n" ); buf.append( "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n" );
buf.append( dstText ); buf.append( dstText );
buf.append( "\n\n<!-- Appended by GMM -->\n\n" ); buf.append( "\n\n<!-- Appended by Slipstream -->\n\n" );
buf.append( srcText ); buf.append( srcText );
buf.append( "\n" ); buf.append( "\n" );