summaryrefslogtreecommitdiff
path: root/scripting/java/org/openoffice/netbeans/modules/office/filesystem
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-08-11 15:58:09 +0200
committerNoel Grandin <noel@peralex.com>2014-08-14 10:59:48 +0200
commitac5954d7c540f34702033d7d951d1d16cb96730a (patch)
tree310ba9698a10c74662de0714db683f932de32b0c /scripting/java/org/openoffice/netbeans/modules/office/filesystem
parent89c0a2b2f65beeb6f42d3334662100a13169a8d6 (diff)
java: remove commented out code
Change-Id: I05c907a38b562231e968c17f14e09ef80e0a6ed1
Diffstat (limited to 'scripting/java/org/openoffice/netbeans/modules/office/filesystem')
-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;
}