summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/carbon/org/eclipse/swt/dnd/FileTransfer.java
diff options
context:
space:
mode:
authorVeronika Irvine <veronika>2005-09-15 15:34:57 +0000
committerVeronika Irvine <veronika>2005-09-15 15:34:57 +0000
commit40d18b58667dac9fd2477fa036bdde1f6342451d (patch)
treece39d240c70ee7184b69454c9a08e85c8eeb797a /bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/carbon/org/eclipse/swt/dnd/FileTransfer.java
parent355bc8ba53b722c6954d160d4645f83ee7fdcf4d (diff)
downloadeclipse.platform.swt-40d18b58667dac9fd2477fa036bdde1f6342451d.tar.gz
eclipse.platform.swt-40d18b58667dac9fd2477fa036bdde1f6342451d.tar.xz
eclipse.platform.swt-40d18b58667dac9fd2477fa036bdde1f6342451d.zip
removing warnings
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/carbon/org/eclipse/swt/dnd/FileTransfer.java')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/carbon/org/eclipse/swt/dnd/FileTransfer.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/carbon/org/eclipse/swt/dnd/FileTransfer.java b/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/carbon/org/eclipse/swt/dnd/FileTransfer.java
index 6e50a3030f..ef3c8fabf1 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/carbon/org/eclipse/swt/dnd/FileTransfer.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT Drag and Drop/carbon/org/eclipse/swt/dnd/FileTransfer.java
@@ -35,13 +35,13 @@ import org.eclipse.swt.internal.carbon.*;
*/
public class FileTransfer extends ByteArrayTransfer {
- private static FileTransfer _instance = new FileTransfer();
- private static final String HFS = "hfs ";
- private static final String FURL = "furl";
- private static final int HFSID = registerType(HFS);
- private static final int FURLID = registerType(FURL);
+ static FileTransfer _instance = new FileTransfer();
+ static final String HFS = "hfs "; //$NON-NLS-1$
+ static final String FURL = "furl"; //$NON-NLS-1$
+ static final int HFSID = registerType(HFS);
+ static final int FURLID = registerType(FURL);
-private FileTransfer() {}
+FileTransfer() {}
/**
* Returns the singleton instance of the FileTransfer class.