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

Jim Douglas jimdouglas at mac.com
Tue Feb 12 14:52:54 UTC 2019


LGTM, thanks!

> On Feb 12, 2019, at 4:23 AM, Jiri Vanek <jvanek at redhat.com> wrote:
> 
> TYVM.
> 
> Pushed. If  you mind to eyball:
> http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2019-February/041046.html
> 
> 
> J.
> On 2/8/19 8:53 PM, Jim Douglas wrote:
>> 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
> 
> 
> -- 
> Jiri Vanek
> Senior QE engineer, OpenJDK QE lead, Mgr.
> Red Hat Czech
> jvanek at redhat.com    M: +420775390109



More information about the distro-pkg-dev mailing list