diff options
Diffstat (limited to 'netx/net/sourceforge/jnlp/JNLPFile.java')
-rw-r--r-- | netx/net/sourceforge/jnlp/JNLPFile.java | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/netx/net/sourceforge/jnlp/JNLPFile.java b/netx/net/sourceforge/jnlp/JNLPFile.java index 24a6566..58e340b 100644 --- a/netx/net/sourceforge/jnlp/JNLPFile.java +++ b/netx/net/sourceforge/jnlp/JNLPFile.java @@ -257,13 +257,6 @@ public class JNLPFile { } /** - * Returns the JNLP specification versions supported. - */ - public static Version getSupportedVersions() { - return Parser.getSupportedVersions(); - } - - /** * Returns the JNLP file's title. This method returns the same * value as InformationDesc.getTitle(). */ |