Fix missing download parameter in addRessource() javadoc
Thomas Meyer
thomas at m3y3r.de
Sun Mar 18 04:27:56 PDT 2012
# HG changeset patch
# User thomas at m3y3r.de
# Date 1332069408 -3600
# Node ID fe27f172a7ae67230ac7864c7b1584569c22b482
# Parent 7e52a177ec72d0311b54e1f85352fbb17f5342dc
Fix missing download parameter in addRessource() javadoc
diff -r 7e52a177ec72 -r fe27f172a7ae netx/net/sourceforge/jnlp/cache/ResourceTracker.java
--- a/netx/net/sourceforge/jnlp/cache/ResourceTracker.java Sun Mar 18 12:09:48 2012 +0100
+++ b/netx/net/sourceforge/jnlp/cache/ResourceTracker.java Sun Mar 18 12:16:48 2012 +0100
@@ -168,6 +168,7 @@
*
* @param location the location of the resource
* @param version the resource version
+ * @param options download options of the resource
* @param updatePolicy whether to check for updates if already in cache
*/
public void addResource(URL location, Version version, DownloadOptions options, UpdatePolicy updatePolicy) {
More information about the distro-pkg-dev
mailing list