summaryrefslogtreecommitdiff
path: root/qadevOOo/tests/java/mod/_defreg/NestedRegistry.java
diff options
context:
space:
mode:
Diffstat (limited to 'qadevOOo/tests/java/mod/_defreg/NestedRegistry.java')
-rw-r--r--qadevOOo/tests/java/mod/_defreg/NestedRegistry.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/qadevOOo/tests/java/mod/_defreg/NestedRegistry.java b/qadevOOo/tests/java/mod/_defreg/NestedRegistry.java
index baa1d5488be0..6f2e850c5ffe 100644
--- a/qadevOOo/tests/java/mod/_defreg/NestedRegistry.java
+++ b/qadevOOo/tests/java/mod/_defreg/NestedRegistry.java
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -91,7 +91,7 @@ public class NestedRegistry extends TestCase {
*/
protected void copyFile(String src, String dst, PrintWriter log)
throws java.io.IOException {
- log.println("Copy File "+src+" to "+dst);
+ log.println("Copy File "+src+" to "+dst);
File srcF = new File(src) ;
File dstF = new File(dst) ;