Subversion Repositories general

Compare Revisions

Ignore whitespace Rev 800 → Rev 801

/sun/xmleditor/trunk/src/document/OurDocument.java
4,10 → 4,10
* Coded by: Group 5, software practice summer 2003
* University of Bielefeld, Germany
*
* @version $Revision: 1.60 $
* @version $Revision: 1.61 $
*
* Last modification: $Date: 2003/07/24 13:55:29 $
* $Id: OurDocument.java,v 1.60 2003/07/24 13:55:29 smcsporr Exp $
* Last modification: $Date: 2003/07/25 11:29:01 $
* $Id: OurDocument.java,v 1.61 2003/07/25 11:29:01 smcsporr Exp $
*/
package src.document;
43,7 → 43,7
*
* @author S. McSporran
*
* @version $Revision: 1.60 $ Last modification: $Date: 2003/07/24 13:55:29 $
* @version $Revision: 1.61 $ Last modification: $Date: 2003/07/25 11:29:01 $
*/
public class OurDocument {
328,8 → 328,8
* A transformer will be used to output the document. An optional
* DOCTYPE-entry will be saved.
*
* @param saveDoc: The document to be saved.
* @param ftsi: A valid file name.
* @param saveDoc The document to be saved.
* @param ftsi A valid file name.
*
* @see java.io.File
*
339,6 → 339,7
*/
public void saveDocument(Document saveDoc, File ftsi) {
/* Check, if the file is writeable. */
if (ftsi.canWrite()) {
/* Set the document parameter as input source for the transformer. */