Typo in icedtea-web/netx/javax/jnlp/DownloadService2.java

Jim Douglas jimdouglas at mac.com
Fri Feb 8 19:53:06 UTC 2019


I just noticed a method name typo in this interface:

scrappy:~ jimdouglas$ hg clone http://icedtea.classpath.org/hg/icedtea-web
destination directory: icedtea-web
requesting all changes
adding changesets
adding manifests
adding file changes
added 1546 changesets with 8271 changes to 2020 files
updating to branch default
1679 files updated, 0 files merged, 0 files removed, 0 files unresolved
scrappy:~ jimdouglas$ tail icedtea-web/netx/javax/jnlp/DownloadService2.java
    public static final int EXTENSION = 3;
    public static final int IMAGE = 5;
    public static final int JAR = 4;

    public DownloadService2.ResourceSpec[] getCachedResources(
            javax.jnlp.DownloadService2.ResourceSpec resourceSpec);

    public DownloadService2.ResourceSpec[] getUpdateAvaiableReosurces(
            javax.jnlp.DownloadService2.ResourceSpec resourceSpec);
}
scrappy:~ jimdouglas$ 

Of course, the method name was supposed to be getUpdateAvailableResources.

https://docs.oracle.com/javase/8/docs/jre/api/javaws/jnlp/javax/jnlp/DownloadService2.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20190208/fb7ae0eb/attachment.html>


More information about the distro-pkg-dev mailing list