From d3e2008f5d86b1f34c16367300abcdb12128b1ff Mon Sep 17 00:00:00 2001 From: sclassen Date: Fri, 9 Feb 2024 09:26:57 +0100 Subject: [PATCH] Improve JavaDoc --- core/src/main/java/net/sourceforge/jnlp/JNLPFileFactory.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/src/main/java/net/sourceforge/jnlp/JNLPFileFactory.java b/core/src/main/java/net/sourceforge/jnlp/JNLPFileFactory.java index 2acf62511..37a109c21 100644 --- a/core/src/main/java/net/sourceforge/jnlp/JNLPFileFactory.java +++ b/core/src/main/java/net/sourceforge/jnlp/JNLPFileFactory.java @@ -58,8 +58,8 @@ private String createUniqueKey(final URL location) { } /** - * Create a JNLPFile from a URL and parent URLm a version and checking for - * updates using the specified policy. + * Create a JNLPFile from a URL and version and checking for + * updates using the default policy. * * @param location the location of the JNLP file * @param version the version of the JNLP file