summaryrefslogtreecommitdiff
path: root/odk
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2014-08-06 10:26:56 +0200
committerNoel Grandin <noel@peralex.com>2014-08-12 09:41:30 +0200
commitf086884fc33aabd4c9abb1efd8f6892dba4830cf (patch)
tree0f692e65cbc1681297060f858e406577a815795b /odk
parentc218458ead60205addf997e251427eb08d889e94 (diff)
java: remove unused parameters
Change-Id: If51df0579dad2496d88699e6c850976d7e89ca9b
Diffstat (limited to 'odk')
-rw-r--r--odk/examples/DevelopersGuide/Forms/URLHelper.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/odk/examples/DevelopersGuide/Forms/URLHelper.java b/odk/examples/DevelopersGuide/Forms/URLHelper.java
index dd8e94075e7b..f24d9bbfbc8f 100644
--- a/odk/examples/DevelopersGuide/Forms/URLHelper.java
+++ b/odk/examples/DevelopersGuide/Forms/URLHelper.java
@@ -32,7 +32,6 @@ public class URLHelper
* @return [String]
* a file url which represent the given system path
*/
- @SuppressWarnings("deprecation")
public static String getFileURLFromSystemPath( File aSystemPath )
{
String sFileURL = null;