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