summaryrefslogtreecommitdiff
path: root/scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystem.java
diff options
context:
space:
mode:
Diffstat (limited to 'scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystem.java')
-rw-r--r--scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystem.java5
1 files changed, 1 insertions, 4 deletions
diff --git a/scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystem.java b/scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystem.java
index dac253f470f2..1a73873cb243 100644
--- a/scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystem.java
+++ b/scripting/java/org/openoffice/netbeans/modules/office/filesystem/OpenOfficeDocFileSystem.java
@@ -110,7 +110,6 @@ public class OpenOfficeDocFileSystem
attr = defattr;
list = defattr;
- // transfer = new TransferImpl();
setRefreshTime(REFRESH_OFF);
}
@@ -1032,9 +1031,7 @@ System.out.println(" exception: " + ioe.getMessage());
public void rename(String name)
throws IOException
{
-// throw new IOException(
-// "cannot rename readonly file: " + getName()); // I18N
- // BUG: this is the design bug. Cache has to mamage such kind
+ // BUG: this is the design bug. Cache has to manage such kind
// of operation in order to keep the data integrity.
this.name = name;
}