Trivial code cleanup
This commit is contained in:
parent
f9680d4cda
commit
ef135052b3
1 changed files with 1 additions and 1 deletions
|
@ -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" );
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue