summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/Forms/URLHelper.java
diff options
context:
space:
mode:
Diffstat (limited to 'odk/examples/DevelopersGuide/Forms/URLHelper.java')
-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;