aboutsummaryrefslogtreecommitdiffstats
path: root/netx/net/sourceforge/jnlp/services/XFileOpenService.java
diff options
context:
space:
mode:
authorDeepak Bhole <[email protected]>2010-12-06 15:34:01 -0500
committerDeepak Bhole <[email protected]>2010-12-06 15:34:01 -0500
commit6ca1a9a369b10703da9af8f8a1ced0f3b02ae5c2 (patch)
tree568f8e454db94fa8abc896b46ce8cac7a9f3b74d /netx/net/sourceforge/jnlp/services/XFileOpenService.java
parent0d66adf24179c33bbdccaacc10d4c8a5f5e2cd54 (diff)
Fixed indentation and spacing for all .java files.
Added a new .settings directory which contains Eclipse preferences for code style.
Diffstat (limited to 'netx/net/sourceforge/jnlp/services/XFileOpenService.java')
-rw-r--r--netx/net/sourceforge/jnlp/services/XFileOpenService.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/netx/net/sourceforge/jnlp/services/XFileOpenService.java b/netx/net/sourceforge/jnlp/services/XFileOpenService.java
index 61d2bdb..e238b16 100644
--- a/netx/net/sourceforge/jnlp/services/XFileOpenService.java
+++ b/netx/net/sourceforge/jnlp/services/XFileOpenService.java
@@ -64,8 +64,8 @@ class XFileOpenService implements FileOpenService {
/**
* Prompts the user to select a single file.
*/
- public FileContents openFileDialog (java.lang.String pathHint,
- java.lang.String[] extensions) throws java.io.IOException {
+ public FileContents openFileDialog(java.lang.String pathHint,
+ java.lang.String[] extensions) throws java.io.IOException {
if (ServiceUtil.checkAccess(AccessType.READ_FILE)) {
@@ -87,7 +87,7 @@ class XFileOpenService implements FileOpenService {
/**
* Prompts the user to select one or more files.
*/
- public FileContents[] openMultiFileDialog (java.lang.String pathHint,
+ public FileContents[] openMultiFileDialog(java.lang.String pathHint,
java.lang.String[] extensions) throws java.io.IOException {
if (ServiceUtil.checkAccess(AccessType.WRITE_FILE)) {