Author: carlos Date: Thu Apr 27 14:53:12 2006 New Revision: 397653 URL: http://svn.apache.org/viewcvs?rev=397653&view=rev Log: Format
Modified: maven/doxia/trunk/doxia-core/src/test/java/org/apache/maven/doxia/module/rtf/RtfSinkTest.java Modified: maven/doxia/trunk/doxia-core/src/test/java/org/apache/maven/doxia/module/rtf/RtfSinkTest.java URL: http://svn.apache.org/viewcvs/maven/doxia/trunk/doxia-core/src/test/java/org/apache/maven/doxia/module/rtf/RtfSinkTest.java?rev=397653&r1=397652&r2=397653&view=diff ============================================================================== --- maven/doxia/trunk/doxia-core/src/test/java/org/apache/maven/doxia/module/rtf/RtfSinkTest.java (original) +++ maven/doxia/trunk/doxia-core/src/test/java/org/apache/maven/doxia/module/rtf/RtfSinkTest.java Thu Apr 27 14:53:12 2006 @@ -1,7 +1,7 @@ package org.apache.maven.doxia.module.rtf; /* - * Copyright 2004-2005 The Apache Software Foundation. + * Copyright 2004-2006 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -39,7 +39,7 @@ throws Exception { File outputFile = new File( getBasedirFile(), "target/output/test.rtf" ); - outputFile.getParentFile().mkdirs(); + outputFile.getParentFile().mkdirs(); return new RtfSink( new FileOutputStream( outputFile ) ); } }